nixos/riemann-tools: replace deprecated usage of PermissionsStartOnly
see https://github.com/NixOS/nixpkgs/issues/53852
This commit is contained in:
parent
cdcc504848
commit
780ff9a4eb
@ -54,7 +54,6 @@ in {
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "riemanntools";
|
User = "riemanntools";
|
||||||
ExecStart = "${healthLauncher}/bin/riemann-health";
|
ExecStart = "${healthLauncher}/bin/riemann-health";
|
||||||
PermissionsStartOnly = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user