Increase RestartSec time to a reasonable value (#13217)

This commit is contained in:
Orsiris de Jong
2021-09-11 21:27:02 +02:00
committed by GitHub
parent c1846c2f69
commit b561ebbc3f
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ ExecReload=/bin/kill -HUP $MAINPID
WorkingDirectory=/opt/librenms
User=librenms
Group=librenms
RestartSec=2
RestartSec=10
Restart=always
[Install]

View File

@@ -8,7 +8,7 @@ ExecReload=/bin/kill -HUP $MAINPID
WorkingDirectory=/opt/librenms
User=librenms
Group=librenms
RestartSec=2
RestartSec=10
Restart=always
[Install]