summaryrefslogtreecommitdiff
path: root/init.d.misc/polkitd.in
blob: a1736a98411d5013865aee29f896c3abeef4ed33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!@PREFIX@/sbin/runscript
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. 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
}