aboutsummaryrefslogtreecommitdiffstats
path: root/community/lightdm/lightdm.initd
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-18 00:13:28 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-18 00:16:14 -0300
commit06e083fc7d6b69e2fa1c8587b5fe9cfaaf964d06 (patch)
tree24d84c6a8f8272e3a2413951a1829c79be479937 /community/lightdm/lightdm.initd
parent1efec22569914404ef369b18b60bf2b9112fe710 (diff)
downloadaports-06e083fc7d6b69e2fa1c8587b5fe9cfaaf964d06.tar.bz2
aports-06e083fc7d6b69e2fa1c8587b5fe9cfaaf964d06.tar.xz
community/lightdm: upgrade to 1.30.0
Diffstat (limited to 'community/lightdm/lightdm.initd')
-rw-r--r--[-rwxr-xr-x]community/lightdm/lightdm.initd11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/lightdm/lightdm.initd b/community/lightdm/lightdm.initd
index 6de51487e5..db28a969f7 100755..100644
--- a/community/lightdm/lightdm.initd
+++ b/community/lightdm/lightdm.initd
@@ -1,14 +1,15 @@
#!/sbin/openrc-run
+supervisor=supervise-daemon
+
+name="Display Manager"
+description="Lightweight $name"
+
+command=/usr/bin/lightdm
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
}