mattermost service: PrivateTmp broken with local postgresql
This commit is contained in:
@@ -201,7 +201,6 @@ in
|
|||||||
Group = cfg.group;
|
Group = cfg.group;
|
||||||
ExecStart = "${pkgs.mattermost}/bin/mattermost-platform";
|
ExecStart = "${pkgs.mattermost}/bin/mattermost-platform";
|
||||||
WorkingDirectory = "${cfg.statePath}";
|
WorkingDirectory = "${cfg.statePath}";
|
||||||
PrivateTmp = true;
|
|
||||||
JoinsNamespaceOf = mkIf cfg.localDatabaseCreate "postgresql.service";
|
JoinsNamespaceOf = mkIf cfg.localDatabaseCreate "postgresql.service";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = "10";
|
RestartSec = "10";
|
||||||
|
|||||||
Reference in New Issue
Block a user