openrc/init.d.misc/polkitd.in

14 lines
288 B
Plaintext
Raw Normal View History

2007-11-23 18:16:03 +05:30
#!/sbin/runscript
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
2007-11-23 18:16:03 +05:30
command=@PREFIX@/sbin/polkitd
pidfile=@VARBASE@/run/polkitd/polkitd.pid
2007-11-23 18:16:03 +05:30
command_args="${polkitd_args}"
name="PolicyKit Daemon"
2008-01-11 17:48:05 +05:30
depend()
{
2007-11-23 18:16:03 +05:30
need dbus
}