On Thu, Mar 29, 2012 at 7:21 PM, Scott James Remnant <[email protected]>wrote:

> By design this uses the old version of the configuration because the
> issuer may not know that the service has been changed and may be relying on
> features of the old version of the service no longer present in the new.
>

Is there some discussion you can point me to, or reasoning you can offer as
to why this common-unix behavior was changed in upstart?

All of the following...

apachectl restart           # custom script
/etc/init.d/httpd restart   # SysV style
svc -k httpd                # daemon tools

Mean "stop if running; start with new config".

This is by far the #1 command line interaction we have with the manager.

upstart is turning this into....

initctl reload-configuration
initctl stop <service>
initctl start <service>
-- 
upstart-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/upstart-devel

Reply via email to