Skip to content

Commit

Permalink
nixos, openafs-client: correct serviceConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
edwtjo committed Mar 25, 2017
1 parent f422543 commit 958668a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ in
description = "AFS client";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
serviceConfig = { RemainAfterExit = true; };

preStart = ''
mkdir -p -m 0755 /afs
Expand Down

0 comments on commit 958668a

Please sign in to comment.