aports/testing/lightdm/lightdm.initd
Taner Tas 1930b07bb5 testing/lightdm: Upgrade to 1.26.0, improve abuild
* Clarify license
* Allow null passwords
* Improve APKBUILD, update patches
* Add -openrc subpackage
2018-07-19 09:48:05 +03:00

16 lines
255 B
Plaintext
Executable File

#!/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
}