dbus service: fix path to the launch helper

This commit is contained in:
Nikolay Amiantov 2016-04-26 16:10:30 +03:00
parent f6eb686222
commit 23a093ebe8

@ -121,7 +121,7 @@ in
security.setuidOwners = singleton
{ program = "dbus-daemon-launch-helper";
source = "${pkgs.dbus_daemon.lib}/libexec/dbus-daemon-launch-helper";
source = "${pkgs.dbus_daemon.out}/libexec/dbus-daemon-launch-helper";
owner = "root";
group = "messagebus";
setuid = true;