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 = {
|
||||
description = "AFS client";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network-interfaces.target" ];
|
||||
after = [ "network.target" ];
|
||||
|
||||
preStart = ''
|
||||
mkdir -p -m 0755 /afs
|
||||
|
|
Loading…
Reference in New Issue