mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-04-17 06:22:58 -04:00
use incrementing auto-restart delay
This commit is contained in:
parent
4b179627a2
commit
eed2257335
@ -7,3 +7,6 @@ RemoveIPC=true
|
||||
ProcSubset=pid
|
||||
ProtectProc=invisible
|
||||
Restart=always
|
||||
RestartMaxDelaySec=10s
|
||||
RestartSec=100ms
|
||||
RestartSteps=5
|
||||
|
@ -27,7 +27,9 @@ ProtectSystem=strict
|
||||
ReadWritePaths=/var/lib/mjolnir
|
||||
RemoveIPC=true
|
||||
Restart=always
|
||||
RestartSec=5s
|
||||
RestartMaxDelaySec=10s
|
||||
RestartSec=100ms
|
||||
RestartSteps=5
|
||||
RestrictAddressFamilies=AF_INET6
|
||||
RestrictNamespaces=true
|
||||
RestrictRealtime=true
|
||||
|
@ -1,2 +1,5 @@
|
||||
[Service]
|
||||
Restart=always
|
||||
RestartMaxDelaySec=10s
|
||||
RestartSec=100ms
|
||||
RestartSteps=5
|
||||
|
Loading…
x
Reference in New Issue
Block a user