3
0
Fork 0
forked from mirrors/nixpkgs

folding-at-home service: network-interfaces.target -> network.target

This commit is contained in:
Joachim Fasting 2016-09-10 20:11:58 +02:00 committed by Alexander Ried
parent 5a085caea3
commit ebc8e082e9

View file

@ -50,7 +50,7 @@ in {
};
systemd.services.foldingathome = {
after = [ "network-interfaces.target" ];
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
preStart = ''
mkdir -m 0755 -p ${stateDir}