aboutsummaryrefslogtreecommitdiffstats
path: root/community/sddm/sddm.openrc
blob: 4b16eb33988b1aea8c09a5661d18d88c500db793 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/openrc-run

depends() {
	needs localmount
}

description="SDDM Display Manager"
command="/usr/bin/sddm"
command_args="$sddm_opts"
command_background="true"
pidfile="/var/run/sddm.pid"