de75d745dd
X Display Manager fork for Sxmo; starts with virtual keyboard and launches Sxmo UI
16 lines
270 B
Text
16 lines
270 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()
|