openafs-client service: network-interfaces.target -> network.target
This commit is contained in:
parent
1a60210561
commit
22976bc951
@ -75,7 +75,7 @@ in
|
|||||||
systemd.services.afsd = {
|
systemd.services.afsd = {
|
||||||
description = "AFS client";
|
description = "AFS client";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network-interfaces.target" ];
|
after = [ "network.target" ];
|
||||||
|
|
||||||
preStart = ''
|
preStart = ''
|
||||||
mkdir -p -m 0755 /afs
|
mkdir -p -m 0755 /afs
|
||||||
|
Loading…
Reference in New Issue
Block a user