dbus.nix: Fix path to dbus-send
This commit is contained in:
parent
0b865edb16
commit
77510eaa99
@ -138,7 +138,7 @@ in
|
|||||||
ExecStartPre=${pkgs.dbus_tools}/bin/dbus-uuidgen --ensure
|
ExecStartPre=${pkgs.dbus_tools}/bin/dbus-uuidgen --ensure
|
||||||
ExecStartPre=-${pkgs.coreutils}/bin/rm -f /var/run/dbus/pid
|
ExecStartPre=-${pkgs.coreutils}/bin/rm -f /var/run/dbus/pid
|
||||||
ExecStart=${pkgs.dbus_daemon}/bin/dbus-daemon --system --address=systemd: --nofork --systemd-activation
|
ExecStart=${pkgs.dbus_daemon}/bin/dbus-daemon --system --address=systemd: --nofork --systemd-activation
|
||||||
ExecReload=${pkgs.dbus_tools}/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
|
ExecReload=${pkgs.dbus_tools}/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
|
||||||
OOMScoreAdjust=-900
|
OOMScoreAdjust=-900
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user