[10:32] does someone know how to set "respawn" in upstart 0.5.0? [10:34] rikard: "respawn" :-) [10:35] I know, I have tried the following: [10:36] start on stopped S70motion and stopped S71iod [10:36] console output [10:36] respawn [10:36] script [10:36] exec /etc/rc3.d/S85httpd start [10:36] end script [10:36] but I can't get it to work? [10:38] what's wrong? [10:39] it'll respawn the init script [10:39] not what the init script runs [10:39] you can't combine respawn and init scripts in that way [10:39] convert the init script into a proper upstart job instead [10:41] how to do it? [10:42] that's a complex question [10:42] but fundamentally your script should look something like [10:42] console output [10:42] respawn [10:43] exec /usr/sbin/httpd --foreground [10:43] ok, thanks a lot for your help! [22:02] http://www.milepost.eu/