[04:39] On a lucid server, suppose I have an upstart job which has "post-stop exec sleep 10m" [04:40] When I try to shut down or reboot the server, will it wait for those 10m, or will the halt/reboot happen before then? [04:41] I want the former -- the post-stop script is actually a patch to libvirt-bin.conf to make it gracefully shut down VMs: http://paste.debian.net/116806/ [05:24] AFAICT the latter is currently the case [05:28] Hmm, can I just patch rc.conf to say [05:28] start on (runlevel [12345] or (runlevel [06] and stopped libvirt-bin)) ? [05:40] That seems to work [05:40] Ridiculously ugly, but it works [06:29] OK, so apparently the line I pasted is wrong, because I get a tokenization error [11:10] hello === sadmac is now known as sadmac_lunch === sadmac_lunch is now known as sadmac