In Ubuntu 10.04, rcconf no longer works for managing services.
Any suggested replacement?
|
In Ubuntu 10.04, rcconf no longer works for managing services. Any suggested replacement?
| |||
|
feedback
|
|
Ubuntu has been migrating their sys-V init scripts to upstart. The tool to manage upstart process is initctl; check its man page. You can call directly its aliases:
For example:
| |||||||
feedback
|
|
The | |||
|
feedback
|
|
jobs-admin (and its backend service, jobs-service) is the tool for configuring Upstart scripts. It's not available for 10.04 though. You need 10.10. Additionally, Ubuntu has no distinction between runlevels other than 0 (halt), 1 (single), and 6 (reboot). Like Debian, it does the same thing for 2-5. You can change Upstart script dependencies (start-on event, stop-on event, etc) in the service's config file, located at /etc/init/service.conf | |||
|
feedback
|