Skip to content
Snippets Groups Projects
Commit 09720793 authored by 🥺's avatar 🥺 🏳️‍⚧️ Committed by 🥺
Browse files

raise default systemd unit start/stop timeout


default of 90 seconds can be too low if hardware is not very fast
and rocksdb compaction or shutdown takes too long

Signed-off-by: default avatarstrawberry <strawberry@puppygock.gay>
parent 5a4403fa
No related branches found
No related tags found
No related merge requests found
[Unit] [Unit]
Description=Conduit Matrix homeserver Description=conduwuit Matrix homeserver
After=network-online.target After=network-online.target
[Service] [Service]
...@@ -50,6 +50,9 @@ ExecStart=/usr/sbin/matrix-conduit ...@@ -50,6 +50,9 @@ ExecStart=/usr/sbin/matrix-conduit
Restart=on-failure Restart=on-failure
RestartSec=5 RestartSec=5
TimeoutStopSec=4m
TimeoutStartSec=4m
StartLimitInterval=1m StartLimitInterval=1m
StartLimitBurst=5 StartLimitBurst=5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment