network-manager: specify full path to sytemctl binary

(cherry picked from commit af8f76c2568ae9d842716d98673b3639292a920e)
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;