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:
@ -5,6 +5,7 @@
|
||||
Description = Zookeeper centralized coordination service
|
||||
After = remote-fs.target network.target
|
||||
AssertPathExists = /var/lib/zookeeper
|
||||
StartLimitIntervalSec = 0
|
||||
|
||||
[Service]
|
||||
Type = simple
|
||||
|
Reference in New Issue
Block a user