mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-08-07 22:02:32 -04:00
use incrementing auto-restart delay
This commit is contained in:
parent
4b179627a2
commit
eed2257335
3 changed files with 9 additions and 1 deletions
|
@ -7,3 +7,6 @@ RemoveIPC=true
|
||||||
ProcSubset=pid
|
ProcSubset=pid
|
||||||
ProtectProc=invisible
|
ProtectProc=invisible
|
||||||
Restart=always
|
Restart=always
|
||||||
|
RestartMaxDelaySec=10s
|
||||||
|
RestartSec=100ms
|
||||||
|
RestartSteps=5
|
||||||
|
|
|
@ -27,7 +27,9 @@ ProtectSystem=strict
|
||||||
ReadWritePaths=/var/lib/mjolnir
|
ReadWritePaths=/var/lib/mjolnir
|
||||||
RemoveIPC=true
|
RemoveIPC=true
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5s
|
RestartMaxDelaySec=10s
|
||||||
|
RestartSec=100ms
|
||||||
|
RestartSteps=5
|
||||||
RestrictAddressFamilies=AF_INET6
|
RestrictAddressFamilies=AF_INET6
|
||||||
RestrictNamespaces=true
|
RestrictNamespaces=true
|
||||||
RestrictRealtime=true
|
RestrictRealtime=true
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
|
RestartMaxDelaySec=10s
|
||||||
|
RestartSec=100ms
|
||||||
|
RestartSteps=5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue