diff options
Diffstat (limited to 'config/chroot_local-includes/etc/insserv')
-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 |