openrc/init.d.misc/polkitd.in

14 lines
302 B
Plaintext
Raw Normal View History

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