summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/mattermost.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-05-02 02:53:47 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2017-05-08 09:18:32 +0200
commitcce8aab9dee5cb9314a53530c54e3f25caf0a3c2 (patch)
treee387d2132d1597c2c946e9ec1267f145d730e4f3 /nixos/modules/services/web-apps/mattermost.nix
parent547c51a2a2496b5e61e098fd275ac229dd87d3f9 (diff)
downloadnixlib-cce8aab9dee5cb9314a53530c54e3f25caf0a3c2.tar
nixlib-cce8aab9dee5cb9314a53530c54e3f25caf0a3c2.tar.gz
nixlib-cce8aab9dee5cb9314a53530c54e3f25caf0a3c2.tar.bz2
nixlib-cce8aab9dee5cb9314a53530c54e3f25caf0a3c2.tar.lz
nixlib-cce8aab9dee5cb9314a53530c54e3f25caf0a3c2.tar.xz
nixlib-cce8aab9dee5cb9314a53530c54e3f25caf0a3c2.tar.zst
nixlib-cce8aab9dee5cb9314a53530c54e3f25caf0a3c2.zip
mattermost service: PrivateTmp broken with local postgresql
Diffstat (limited to 'nixos/modules/services/web-apps/mattermost.nix')
-rw-r--r--nixos/modules/services/web-apps/mattermost.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/mattermost.nix b/nixos/modules/services/web-apps/mattermost.nix
index 8e6baf6a17e3..be9af78da181 100644
--- a/nixos/modules/services/web-apps/mattermost.nix
+++ b/nixos/modules/services/web-apps/mattermost.nix
@@ -201,7 +201,6 @@ in
           Group = cfg.group;
           ExecStart = "${pkgs.mattermost}/bin/mattermost-platform";
           WorkingDirectory = "${cfg.statePath}";
-          PrivateTmp = true;
           JoinsNamespaceOf = mkIf cfg.localDatabaseCreate "postgresql.service";
           Restart = "always";
           RestartSec = "10";