This commit is contained in:
Eelco Dolstra 2012-08-20 11:21:03 -04:00
parent 5408f1ebcd
commit 39ec043aea

View File

@ -120,7 +120,7 @@ in
powerManagement.resumeCommands =
''
# Tell dhcpcd to rebind its interfaces if it's running.
${config.system.build.systemctl}/bin/systemctl reload dhcpcd.service
${config.system.build.systemd}/bin/systemctl reload dhcpcd.service
'';
};