diff options
Diffstat (limited to 'config/chroot_local-includes/etc/insserv')
-rw-r--r-- | config/chroot_local-includes/etc/insserv/overrides/kdm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/chroot_local-includes/etc/insserv/overrides/kdm b/config/chroot_local-includes/etc/insserv/overrides/kdm new file mode 100644 index 0000000..d64f863 --- /dev/null +++ b/config/chroot_local-includes/etc/insserv/overrides/kdm @@ -0,0 +1,11 @@ +### BEGIN INIT INFO +# Provides: kdm +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: console-screen kbd acpid dbus hal krb5-kdc +# Should-Stop: console-screen kbd +# Default-Start: 5 +# Default-Stop: 0 1 2 3 4 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 |