folding-at-home service: network-interfaces.target -> network.target
This commit is contained in:
parent
5a085caea3
commit
ebc8e082e9
@ -50,7 +50,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.foldingathome = {
|
systemd.services.foldingathome = {
|
||||||
after = [ "network-interfaces.target" ];
|
after = [ "network.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
preStart = ''
|
preStart = ''
|
||||||
mkdir -m 0755 -p ${stateDir}
|
mkdir -m 0755 -p ${stateDir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user