Disable any systemd start rate limiting

Because Zookeeper is supremely stupid (see last commit) we want to
disable start limiting. It needs to keep trying forever until it starts.
This commit is contained in:
Joshua Boniface 2021-07-19 13:21:16 -04:00
parent b112663ef0
commit f294817b55
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
Description = Zookeeper centralized coordination service
After = remote-fs.target network.target
AssertPathExists = /var/lib/zookeeper
StartLimitIntervalSec = 0
[Service]
Type = simple