diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-04 00:18:00 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-04 00:18:00 +0100 |
commit | 7ca499d0effeec3119587f68bdd5e33e97367c1d (patch) | |
tree | d971514e242037cd41195fdef108da34edceeaa0 /config/chroot_local-includes/etc | |
parent | 801679b740dc7f842964013ced3007a65a03d678 (diff) | |
download | kanotix-7ca499d0effeec3119587f68bdd5e33e97367c1d.zip kanotix-7ca499d0effeec3119587f68bdd5e33e97367c1d.tar.gz |
start kdm only in runlevel 5
Diffstat (limited to 'config/chroot_local-includes/etc')
-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 |