mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
make systemd patient for startup
RocksDB compaction can take quite a while if it doesn't happen regularly, which it doesn't, currently.
This commit is contained in:
parent
6bcc4e310e
commit
1cd12460d7
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ in
|
||||||
StateDirectoryMode = "0700";
|
StateDirectoryMode = "0700";
|
||||||
SystemCallArchitectures = "native";
|
SystemCallArchitectures = "native";
|
||||||
SystemCallFilter = [ "@system-service" "~@privileged" ];
|
SystemCallFilter = [ "@system-service" "~@privileged" ];
|
||||||
|
TimeoutStartSec = "infinity";
|
||||||
Type = "notify";
|
Type = "notify";
|
||||||
UMask = "077";
|
UMask = "077";
|
||||||
User = if cfg.settings.conduit_compat
|
User = if cfg.settings.conduit_compat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue