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:
parent
8eecc95f2f
commit
13556918d7
|
@ -5,6 +5,7 @@
|
||||||
Description = Zookeeper centralized coordination service
|
Description = Zookeeper centralized coordination service
|
||||||
After = remote-fs.target network.target
|
After = remote-fs.target network.target
|
||||||
AssertPathExists = /var/lib/zookeeper
|
AssertPathExists = /var/lib/zookeeper
|
||||||
|
StartLimitIntervalSec = 0
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type = simple
|
Type = simple
|
||||||
|
|
Loading…
Reference in New Issue