man 5 init
Welche Start-Skripte werden bei jedem Bootvorgang als erstes gestartet?
/etc/init/rcS.conf
Die native Upstart Konfiguration liegt in
/etc/init/
und/etc/event.d
Upstart ist aber auch weiterhin kompatibel zu den aus sysVinit bekannten Startskripten in
/etc/init.d/
Beispiel: tty4
initctl start tty TTY=/dev/tty4
service dienst start
Konfigurationsdateien /etc/init/*.conf
1)
chkconfig dienst on
Beispiel: tty4
initctl stop tty TTY=/dev/tty4
service dienst stop
Konfigurationsdateien /etc/init/*.conf
2)
chkconfig dienst off