mattermost sevice: JoinsNamespaceOf for local pgsql (#22899)
This commit is contained in:
parent
60555c7c0a
commit
252fbbf2d2
@ -202,6 +202,7 @@ in
|
||||
ExecStart = "${pkgs.mattermost}/bin/mattermost-platform";
|
||||
WorkingDirectory = "${cfg.statePath}";
|
||||
PrivateTmp = true;
|
||||
JoinsNamespaceOf = mkIf cfg.localDatabaseCreate "postgresql.service";
|
||||
Restart = "always";
|
||||
RestartSec = "10";
|
||||
LimitNOFILE = "49152";
|
||||
|
Loading…
Reference in New Issue
Block a user