diff options
Diffstat (limited to 'support/init.d.examples/polkitd.in')
-rw-r--r-- | support/init.d.examples/polkitd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/init.d.examples/polkitd.in b/support/init.d.examples/polkitd.in index b1292385..b8650f87 100644 --- a/support/init.d.examples/polkitd.in +++ b/support/init.d.examples/polkitd.in @@ -9,7 +9,7 @@ # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. -command=@PKG_PREFIX@/sbin/polkitd +command=/sbin/polkitd pidfile=/var/run/polkitd/polkitd.pid command_args="$polkitd_args" name="PolicyKit Daemon" |