Changed defaults for RestartSec

This commit is contained in:
Oleg Samarin 2020-10-08 13:02:16 +03:00
parent da96ae7c1e
commit 91f9c7a3fe
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ PIDFile=/var/run/fdbmonitor.pid
ExecStart=/usr/lib/foundationdb/fdbmonitor --conffile /etc/foundationdb/foundationdb.conf --lockfile /var/run/fdbmonitor.pid --daemonize
KillMode=mixed
Restart=on-failure
RestartSec=5s
RestartSec=60s
[Install]
WantedBy=multi-user.target