14 lines
288 B
Plaintext
14 lines
288 B
Plaintext
#!/sbin/runscript
|
|
# Copyright 2007-2008 Roy Marples <roy@marples.name>
|
|
# All rights reserved. Released under the 2-clause BSD license.
|
|
|
|
command=@PREFIX@/sbin/polkitd
|
|
pidfile=@VARBASE@/run/polkitd/polkitd.pid
|
|
command_args="${polkitd_args}"
|
|
name="PolicyKit Daemon"
|
|
|
|
depend()
|
|
{
|
|
need dbus
|
|
}
|