0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

network-manager: specify full path to sytemctl binary

(cherry picked from commit af8f76c256)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Domen Kožar 2014-12-27 11:52:35 +01:00
parent 3ccd6509ad
commit ec5fcfa82c

View file

@ -194,7 +194,7 @@ in {
};
powerManagement.resumeCommands = ''
systemctl restart network-manager
${config.systemd.package}/bin/systemctl restart network-manager
'';
security.polkit.extraConfig = polkitConf;