summaryrefslogtreecommitdiff
path: root/init.d.misc/polkitd.in
blob: 2fac3851aa7f170f8b5257697b9d2d17d624ded5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!@PREFIX@/sbin/runscript
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
# Released under the 2-clause BSD license.

command=@PKG_PREFIX@/sbin/polkitd
pidfile=@VARBASE@/run/polkitd/polkitd.pid
command_args="$polkitd_args"
name="PolicyKit Daemon"

depend()
{
	need dbus
}