summaryrefslogtreecommitdiff
path: root/user/sddm/sddm.initd
blob: 8113454cf502096eefeb28384bf5890a95a29777 (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 dbus elogind
}

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()