Unable to restart foundationdb after fdbmonitor has died #3838

This commit is contained in:
Oleg Samarin 2020-10-02 15:06:43 +03:00
parent c7a55fe15f
commit da96ae7c1e
1 changed files with 3 additions and 1 deletions

View File

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