Upstart
Aus MHC-Wiki
Runlevel anzeigen:
runlevel
Scrtipfolder:
/etc/event.d
Controlkomando:
initctl start|stop|list <command>
Mehr: http://www.linux.com/feature/125977
daemontools svscan
/etc/event.d/svscan
# svscan - daemontools # # This service starts daemontools from the point the system is # started until it is shut down again. start on runlevel-2 start on runlevel-3 start on runlevel-4 start on runlevel-5 stop on shutdown respawn exec /command/svscanboot

