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