aboutsummaryrefslogtreecommitdiffstats
path: root/community/polkit-elogind/polkit.initd
blob: 30d2387447852d62787cbcec318aaf4201ca57fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run
supervisor=supervise-daemon

name="Polkit System Daemon"
description="Provide System authentication via PolicyKit1 D-Bus service"

command=/usr/lib/polkit-1/polkitd
command_args="${POLKIT_OPTS:---no-debug}"

depend() {
	need dbus
}