FG

How do you disable an upstart service in ubuntu 10.10?

Fresh3 days ago
Mar 15, 202671421 views
Confidence Score0%
0%

Problem

In 10.10 upstart is being used instead of sysvinit. It's possible to remove annoying upstart services which you do not want by removing the appropriate file in /etc/init/blah.conf However, this seems a heavy handed approach. How do you correctly configure upstart to be able to selectively turn thes…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do you disable an upstart service in ubuntu 10.10?

Low Risk

If you look in /etc/init.d you will notice that any services that are configured through upstart are just symbolic links to /lib/init/upstart so removing them from /etc/init.d just removes the link - not the script. If you want an interface to this …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment