Ještě s lepším formátováním:
#!/bin/sh
### BEGIN INIT INFO
# Provides: kdm
# Required-Start: $local_fs $remote_fs hal
# Required-Stop: $local_fs $remote_fs hal
# Should-Start: console-screen acpid dbus hal
# Should-Stop: console-screen
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: X display manager for KDE
# Description: KDM manages a collection of X servers, which may be on the local host or remote machines.
### END INIT INFO

