We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25ade86 + a83d4af commit 31a3cabCopy full SHA for 31a3cab
1 file changed
templates/zookeeper.conf.j2
@@ -14,6 +14,6 @@ kill timeout 300
14
15
script
16
# https://superuser.com/questions/213416/running-upstart-jobs-as-unprivileged-users
17
- exec su -s /bin/sh -c 'exec "$0" "$@" &>>/var/log/zookeeper/init-zookeeper.log' zookeeper -- \
+ exec su -s /bin/sh -c 'exec "$0" "$@" &>>{{ log_dir }}/init-zookeeper.log' zookeeper -- \
18
{{zookeeper_dir}}/bin/zkServer.sh start-foreground
19
end script
0 commit comments