summaryrefslogblamecommitdiff
path: root/user/sddm/sddm.initd
blob: 8113454cf502096eefeb28384bf5890a95a29777 (plain) (tree)
1
2
3
4
5
6
7





                                                           
                        









                                              
#!/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()