diff options
Diffstat (limited to 'testing/lightdm/lightdm.initd')
-rwxr-xr-x | testing/lightdm/lightdm.initd | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/lightdm/lightdm.initd b/testing/lightdm/lightdm.initd deleted file mode 100755 index 6de51487e5..0000000000 --- a/testing/lightdm/lightdm.initd +++ /dev/null @@ -1,15 +0,0 @@ -#!/sbin/openrc-run - -depend() { - need localmount dbus -} - -description="Lightweight Display Manager" -command="/usr/bin/lightdm" -command_background="yes" -pidfile="/run/lightdm.pid" - -start_pre() { - checkpath --owner lightdm:lightdm --directory /run/lightdm -} - |