diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-04 07:59:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-04 07:59:00 +0000 |
commit | 29687b058f4158b4be6cbb7dea7e4a624a71c804 (patch) | |
tree | b7cc8c36611a8075458f5c5d10fe0736535ded13 /main/lxdm/lxdm.initd | |
parent | 0e0157912972f71045f650a52ae8cb2bd55d3ebf (diff) | |
download | aports-29687b058f4158b4be6cbb7dea7e4a624a71c804.tar.bz2 aports-29687b058f4158b4be6cbb7dea7e4a624a71c804.tar.xz |
main/lxdm: moved from testing
Diffstat (limited to 'main/lxdm/lxdm.initd')
-rwxr-xr-x | main/lxdm/lxdm.initd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/lxdm/lxdm.initd b/main/lxdm/lxdm.initd new file mode 100755 index 0000000000..d0f17a24f8 --- /dev/null +++ b/main/lxdm/lxdm.initd @@ -0,0 +1,12 @@ +#!/sbin/runscript + +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() |