summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2019-02-24 11:14:16 -0500
committerAaron Andersen <aaron@fosslib.net>2019-04-13 07:01:00 -0400
commit89cbee4d3e14968175102e735a422f60145e193f (patch)
treec10f8949c0d788a2413dac4c2ed6c81a5e428650
parentcd46038ae5a2877d1af0147c37f45e53cad054c0 (diff)
downloadnixpkgs-89cbee4d3e14968175102e735a422f60145e193f.tar
nixpkgs-89cbee4d3e14968175102e735a422f60145e193f.tar.gz
nixpkgs-89cbee4d3e14968175102e735a422f60145e193f.tar.bz2
nixpkgs-89cbee4d3e14968175102e735a422f60145e193f.tar.lz
nixpkgs-89cbee4d3e14968175102e735a422f60145e193f.tar.xz
nixpkgs-89cbee4d3e14968175102e735a422f60145e193f.tar.zst
nixpkgs-89cbee4d3e14968175102e735a422f60145e193f.zip
nixos/mxisd: replace deprecated usage of PermissionsStartOnly
see https://github.com/NixOS/nixpkgs/issues/53852
-rw-r--r--nixos/modules/services/networking/mxisd.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/mxisd.nix b/nixos/modules/services/networking/mxisd.nix
index 0aa6d0d9ecd..0b9824f29fd 100644
--- a/nixos/modules/services/networking/mxisd.nix
+++ b/nixos/modules/services/networking/mxisd.nix
@@ -116,7 +116,6 @@ in {
         Group = "mxisd";
         ExecStart = "${cfg.package}/bin/mxisd --spring.config.location=${cfg.dataDir}/ --spring.profiles.active=systemd --java.security.egd=file:/dev/./urandom";
         WorkingDirectory = cfg.dataDir;
-        PermissionsStartOnly = true;
         SuccessExitStatus = 143;
         Restart = "on-failure";
       };