mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
nixos, openafs-client: correct serviceConfig
(cherry picked from commit 958668ab80)
This commit is contained in:
committed by
Robin Gloster
parent
ab1078806e
commit
eacd671c2e
@@ -76,6 +76,7 @@ in
|
||||
description = "AFS client";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
serviceConfig = { RemainAfterExit = true; };
|
||||
|
||||
preStart = ''
|
||||
mkdir -p -m 0755 /afs
|
||||
|
||||
Reference in New Issue
Block a user