summaryrefslogtreecommitdiff
path: root/init.d.misc/polkitd.in
blob: 8f45e889a8ee3190ecf6e653e4cb3ff04775e09d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/runscript
# Copyright 2007-2008 Roy Marples
# All rights reserved

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

depend() {
	need dbus
}

# vim: set ts=4 :