nixos, openafs-client: correct serviceConfig
This commit is contained in:
parent
f422543487
commit
958668ab80
nixos/modules/services/network-filesystems/openafs-client
|
@ -76,6 +76,7 @@ in
|
||||||
description = "AFS client";
|
description = "AFS client";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
|
serviceConfig = { RemainAfterExit = true; };
|
||||||
|
|
||||||
preStart = ''
|
preStart = ''
|
||||||
mkdir -p -m 0755 /afs
|
mkdir -p -m 0755 /afs
|
||||||
|
|
Loading…
Reference in New Issue