summaryrefslogtreecommitdiff
path: root/init.d.misc/polkitd.in
blob: da0afa3049db9e6dc4a2226e757f968930dd7212 (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>
# 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
}