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
b112663ef0
commit
f294817b55
|
@ -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