polkit: start polkit daemon without debug.
This commit is contained in:
parent
146b8a8099
commit
27a05b3a87
2 changed files with 2 additions and 3 deletions
|
@ -5,9 +5,7 @@ After=syslog.target
|
|||
[Service]
|
||||
Type=dbus
|
||||
BusName=org.freedesktop.PolicyKit1
|
||||
ExecStart=/usr/libexec/polkitd
|
||||
StandardOutput=null
|
||||
StandardError=null
|
||||
ExecStart=/usr/libexec/polkitd -n
|
||||
|
||||
[Install]
|
||||
# We pull this in by graphical.target instead of waiting for the bus
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'polkit'
|
||||
pkgname=polkit
|
||||
version=0.105
|
||||
revision=1
|
||||
distfiles="http://www.freedesktop.org/software/polkit/releases/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-systemd=yes"
|
||||
|
|
Loading…
Add table
Reference in a new issue