blob: db28a969f7e69ff7ae5929de61d2030dc4ed7a61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/sbin/openrc-run
supervisor=supervise-daemon
name="Display Manager"
description="Lightweight $name"
command=/usr/bin/lightdm
depend() {
need localmount dbus
}
start_pre() {
checkpath --owner lightdm:lightdm --directory /run/lightdm
}
|