summaryrefslogtreecommitdiff
path: root/config/chroot_local-includes/etc/insserv/overrides
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-03-04 00:18:00 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2011-03-04 00:18:00 +0100
commit7ca499d0effeec3119587f68bdd5e33e97367c1d (patch)
treed971514e242037cd41195fdef108da34edceeaa0 /config/chroot_local-includes/etc/insserv/overrides
parent801679b740dc7f842964013ced3007a65a03d678 (diff)
downloadkanotix-7ca499d0effeec3119587f68bdd5e33e97367c1d.zip
kanotix-7ca499d0effeec3119587f68bdd5e33e97367c1d.tar.gz
start kdm only in runlevel 5
Diffstat (limited to 'config/chroot_local-includes/etc/insserv/overrides')
-rw-r--r--config/chroot_local-includes/etc/insserv/overrides/kdm11
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