1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/community/xdm/xdm.initd
2020-02-25 08:25:48 -03:00

17 lines
271 B
Text

#!/sbin/openrc-run
supervisor=supervise-daemon
name="Display Manager"
description="X Display Manager"
command=/usr/bin/xdm
command_args="${xdm_opts}"
command_args_foreground="-nodaemon"
depends() {
needs localmount
}
# uses the openrc templates for start()/stop()