From cce8aab9dee5cb9314a53530c54e3f25caf0a3c2 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Tue, 2 May 2017 02:53:47 +0200 Subject: mattermost service: PrivateTmp broken with local postgresql --- nixos/modules/services/web-apps/mattermost.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos/modules/services/web-apps/mattermost.nix') 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"; -- cgit 1.4.1