openafs-client service: network-interfaces.target -> network.target

This commit is contained in:
Joachim Fasting 2016-09-10 20:13:56 +02:00 committed by Alexander Ried
parent 1a60210561
commit 22976bc951
1 changed files with 1 additions and 1 deletions

View File

@ -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