summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Henrik Jahren <olehenja@alumni.ntnu.no>2011-08-29 22:28:05 +0200
committerHenry Gebhardt <hsggebhardt@googlemail.com>2011-08-30 15:02:02 +0200
commit99e87e67218b4ca7b82a293b93b2775f8af18b96 (patch)
tree856133e18cf3801b84237f527bc120641514ebc3 /sys-apps/systemd-units/files/services-desktop
parentnet-misc/networkmanager: Removed, included in main tree (diff)
downloadsystemd-99e87e67218b4ca7b82a293b93b2775f8af18b96.tar.gz
systemd-99e87e67218b4ca7b82a293b93b2775f8af18b96.tar.bz2
systemd-99e87e67218b4ca7b82a293b93b2775f8af18b96.zip
sys-apps/systemd-units: policykit-daemon.service use correct dbus name
The old BusName has been broken for some time now on ~amd64. Hopefully this does not break stable.
Diffstat (limited to 'sys-apps/systemd-units/files/services-desktop')
-rw-r--r--sys-apps/systemd-units/files/services-desktop/policykit-daemon.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/systemd-units/files/services-desktop/policykit-daemon.service b/sys-apps/systemd-units/files/services-desktop/policykit-daemon.service
index 787a3d4..c9f5184 100644
--- a/sys-apps/systemd-units/files/services-desktop/policykit-daemon.service
+++ b/sys-apps/systemd-units/files/services-desktop/policykit-daemon.service
@@ -4,8 +4,8 @@ After=syslog.target
[Service]
Type=dbus
-BusName=org.freedesktop.PolicyKit
-ExecStart=/usr/libexec/polkitd --no-exit
+BusName=org.freedesktop.PolicyKit1
+ExecStart=/usr/libexec/polkitd
[Install]
WantedBy=graphical.target