7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:zookeeper]
|
|
command=/usr/share/zookeeper/bin/zkServer.sh start-foreground
|
|
autostart=true
|
|
autorestart=true |