aboutsummaryrefslogtreecommitdiffstats
path: root/community/lxdm/lxdm.initd
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 18:47:13 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-24 23:29:30 -0300
commitdf89894184cec38310eb2ca8220ce2fbf1705a43 (patch)
treed4939f2a7de83ee4189d234d16d236b8fc072ad1 /community/lxdm/lxdm.initd
parent85a804c4e18f5ef1fa17b4b3be275846a7ec4405 (diff)
downloadaports-df89894184cec38310eb2ca8220ce2fbf1705a43.tar.bz2
aports-df89894184cec38310eb2ca8220ce2fbf1705a43.tar.xz
community/lxdm: move from main
Diffstat (limited to 'community/lxdm/lxdm.initd')
-rwxr-xr-xcommunity/lxdm/lxdm.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/lxdm/lxdm.initd b/community/lxdm/lxdm.initd
new file mode 100755
index 0000000000..4b7f54299b
--- /dev/null
+++ b/community/lxdm/lxdm.initd
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+
+depends() {
+ needs localmount
+}
+
+description="Lightweight Login Manager"
+command="/usr/sbin/lxdm"
+command_args="-d"
+pidfile="/var/run/lxdm.pid"
+
+# uses the openrc templates for start()/stop()