mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
nixos, openafs-client: correct serviceConfig
This commit is contained in:
parent
f422543487
commit
958668ab80
|
@ -76,6 +76,7 @@ in
|
|||
description = "AFS client";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
serviceConfig = { RemainAfterExit = true; };
|
||||
|
||||
preStart = ''
|
||||
mkdir -p -m 0755 /afs
|
||||
|
|
Loading…
Reference in a new issue