Skip to content

Commit

Permalink
mattermost service: PrivateTmp broken with local postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed May 8, 2017
1 parent 547c51a commit cce8aab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/modules/services/web-apps/mattermost.nix
Expand Up @@ -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";
Expand Down

0 comments on commit cce8aab

Please sign in to comment.