/srv/irclogs.ubuntu.com/2013/12/23/#upstart.txt

linux_drgreat.. thanks00:18
linux_drI think what I was looking for was something like: start on stop rc[2345]00:18
xnoxlinux_dr: =) that would work.00:27
xnoxlinux_dr: you can override starton/stopon conditions for a few jobs as you see fit.00:28
xnoxlinux_dr: do use an override file. E.g. "echo start on stopped rc RUNLEVEL=2 | sudo tee /etc/init/ssh.override"00:28
xnox(i didn't test above, but I think that's about the right syntax)00:29
xnoxlinux_dr: the benefit, if there are typpos / mistakes in the override, just the override is rejected and the job will start/run using the base config.00:29
xnoxlinux_dr: and it works transparent for package upgrades00:29
xnoxlinux_dr: any stanzas from the override are preferred over the base job file. See cookbook for further details.00:30
xnoxor man pages.00:30

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!