dbus service: fix path to the launch helper
This commit is contained in:
parent
f6eb686222
commit
23a093ebe8
@ -121,7 +121,7 @@ in
|
|||||||
|
|
||||||
security.setuidOwners = singleton
|
security.setuidOwners = singleton
|
||||||
{ program = "dbus-daemon-launch-helper";
|
{ 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";
|
owner = "root";
|
||||||
group = "messagebus";
|
group = "messagebus";
|
||||||
setuid = true;
|
setuid = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user