mattermost service: PrivateTmp broken with local postgresql
This commit is contained in:
parent
547c51a2a2
commit
cce8aab9de
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user