Skip to content

Commit

Permalink
nixos, openafs-client: correct serviceConfig
Browse files Browse the repository at this point in the history
(cherry picked from commit 958668a)
  • Loading branch information
edwtjo authored and globin committed Mar 26, 2017
1 parent ab10788 commit eacd671
Showing 1 changed file with 1 addition and 0 deletions.
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 eacd671

Please sign in to comment.