UbuntuIRC / 2008 /04 /02 /#upstart.txt
niansa
Initial commit
4aa5fce
=== not-xjjk is now known as xjjk
[17:56] <sadmac2> Keybuk: are there any events which a standard install of upstart generates besides startup and runlevel ?
[17:56] <sadmac2> Keybuk: we need a list for documentation
[17:56] <Keybuk> "stalled"
[17:56] <Keybuk> (no jobs are running)
[17:56] <Keybuk> "control-alt-delete"
[17:56] <Keybuk> (self explanatory)
[17:56] <Keybuk> "kbdrequest"
[17:57] <Keybuk> (allegedly alt-up-arrow, but I've never seen it)
[17:57] <Keybuk> "power-status-changed" (init received SIGPWR)
[17:57] <Keybuk> "starting JOB"
[17:57] <Keybuk> "started JOB"
[17:57] <Keybuk> "stopping JOB"
[17:57] <Keybuk> "stopped JOB"
[17:58] <sadmac2> our fedora.serial_console_available thing should probably be in our list too.
[17:58] <Keybuk> and as you say, "startup" and "runlevel RUNLEVEL"
[17:58] <sadmac2> cool
[17:58] <Keybuk> there used to be an idle event as well
[17:58] <Keybuk> but I think I removed that
[17:59] <Keybuk> yes, I did
[17:59] <sadmac2> heh. screensaver via upstart.
[17:59] <sadmac2> start 5min after idle ; exec /usr/bin/xscreensaver
[18:00] <sadmac2> and now to class