blob: cf5c1af79f0fdf0e39211c70b87c9c45c8881f69 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/sbin/openrc-run
depends() {
needs localmount
after bootmisc consolefont modules netmount keymaps
use consolekit dbus
}
description="Simple Desktop Display Manager"
command="/usr/bin/sddm"
command_args="${sddm_opts}"
start_stop_daemon_args="-m --background"
pidfile="/var/run/sddm.pid"
# uses the openrc templates for start()/stop()
|