diff options
author | Holger Paradies <retabell@gmx.de> | 2013-05-16 09:36:22 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-05-19 10:16:40 +0200 |
commit | 1aaef45781e3103ae24649f962c9b9748c4998ff (patch) | |
tree | 4dd5a7da12b5d8cf284d3e89db54ce497a2737d9 /config | |
parent | 2a4664da88d627b3270d1209e257f6c13364d917 (diff) | |
download | kanotix-1aaef45781e3103ae24649f962c9b9748c4998ff.zip kanotix-1aaef45781e3103ae24649f962c9b9748c4998ff.tar.gz |
lightdm insserv override
Diffstat (limited to 'config')
-rw-r--r-- | config/chroot_local-includes/etc/insserv/overrides/lightdm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/chroot_local-includes/etc/insserv/overrides/lightdm b/config/chroot_local-includes/etc/insserv/overrides/lightdm new file mode 100644 index 0000000..f98a180 --- /dev/null +++ b/config/chroot_local-includes/etc/insserv/overrides/lightdm @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: lightdm +# Should-Start: console-screen kbd acpid dbus hal consolekit +# Required-Start: $local_fs $remote_fs x11-common +# Required-Stop: $local_fs $remote_fs +# Default-Start: 5 +# Default-Stop: 0 1 2 3 4 6 +# Short-Description: Light Display Manager +# Description: Debian init script for the Light Display Manager +### END INIT INFO |