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 2023-09-01 15:42:26 -04:00
parent 8eecc95f2f
commit 13556918d7
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