blob: e3fc61441667f4c52547a15e839dbc46d3146a73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/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()
|