initctl respawn does not reload configuration
- by DELUXEnized
My upstart service is running with the respawn option.
I was hoping that if I deploy a new service config, the config will be loaded, when the service respawns.
Neither the initctl reload-configuration command forces a reload, nor the restart command.
Only an explicit stop and start reloads the configuration.
The problem is, that I can not stop…