aports/main/xdm/xdm.initd
Sören Tempel dc2926cf61 main/xdm: add OpenRC service configuration file
Makes it easier to change the default theme.
2017-09-26 17:12:03 +02:00

14 lines
211 B
Plaintext
Executable File

#!/sbin/openrc-run
depends() {
needs localmount
}
description="X Display Manager"
command="/usr/bin/xdm"
command_args="${xdm_opts}"
pidfile="/var/run/xdm.pid"
# uses the openrc templates for start()/stop()