mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
13 lines
203 B
Bash
13 lines
203 B
Bash
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
|
|
name="Display Manager"
|
|
description="Lightweight Display Manager from LXDM"
|
|
|
|
command=/usr/sbin/lxdm
|
|
|
|
depend() {
|
|
provide display-manager
|
|
need localmount
|
|
}
|