nixos, openafs-client: correct serviceConfig

This commit is contained in:
Edward Tjörnhammar 2017-03-25 21:18:34 +01:00
parent f422543487
commit 958668ab80
No known key found for this signature in database
GPG Key ID: 7B82CE4A866B6845

View File

@ -76,6 +76,7 @@ in
description = "AFS client";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
serviceConfig = { RemainAfterExit = true; };
preStart = ''
mkdir -p -m 0755 /afs