Modify ↓
Ticket #816 (closed enhancement: fixed)
Add upstart client tool driver for ubuntu
Reported by: | solj | Owned by: | solj |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.1.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: | [email protected]… |
Description
Lucid makes use of the upstart 'service' command as opposed to using the init.d scripts directly. The scripts still work, but complain when used directly.
Attachments
Change History
comment:3 Changed 13 years ago by solj
- Priority changed from minor to major
Looks like we may need to have both DebInit? and Upstart enabled on lucid (not sure of the best way to detect that)
Restart service anacron?: (y/N): y Restarting service anacron > /usr/sbin/invoke-rc.d anacron restart < Rather than invoking init scripts through /etc/init.d, use the service(8) < utility, e.g. service anacron restart < < Since the script you are attempting to invoke has been converted to an < Upstart job, you may also use the restart(8) utility, e.g. restart anacron < anacron start/running, process 7439
Note: See
TracTickets for help on using
tickets.
Need to write new upstart scripts using http://upstart.ubuntu.com/getting-started.html as a guide.