[13:43] are there any plans to allow upstart to start specific jobs as a specific user? [13:44] yes [13:45] having to use "su" to switch user and then running the command keeps a lot of su processes running, and the pid reported by upstart is actually the su process instead of the actual app [13:45] yep [13:49] robinsmidsrod: sudo instead of su might work slightly better, no? [13:55] Hello, I have a simple question regarding writing upstart command. I would like to have a script run when entering runlevel 4, and run again when quitting runlevel 4, is there a way to do that with upstart ? [13:57] stats on runlevel[4] [13:57] or similar [13:59] stats ? [14:00] You may mean start. Actually starting the script on entering runlevel 4 is ok, but I cannot really manage to have it run again when leaving runlevel 4 [14:01] start on runlevel 4 [14:02] stop on runlevel [!4] [14:02] post-start exec yourthing [14:02] pre-stop exec yourthing [14:03] ion: thanks I will try that! [14:03] Actually, maybe make that pre-start and post-stop. === Stevee_ is now known as Stevee [16:01] hi [16:01] my ubuntu don't have the /etc/inittab file, so where should I start my reading of the script? [16:04] I browsed the web of upstart, seems no manual but only blueprints [16:04] That's the only way to study? [16:04] ... [16:05] fancybit: have you looked at http://upstart.ubuntu.com/wiki/ ? [16:55] yes [17:40] Hi. I'm trying to find some documentation on how to implement the equivalent of kb::kbrequest in an upstart script... could someone link me to the docs? [17:40] tried a wiki search but nothing turned up === Stevee_ is now known as Stevee