Skip to content

Commit 31a3cab

Browse files
Merge pull request #80 from kknd22/master
Update zookeeper.conf.j2
2 parents 25ade86 + a83d4af commit 31a3cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/zookeeper.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ kill timeout 300
1414

1515
script
1616
# 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 -- \
17+
exec su -s /bin/sh -c 'exec "$0" "$@" &>>{{ log_dir }}/init-zookeeper.log' zookeeper -- \
1818
{{zookeeper_dir}}/bin/zkServer.sh start-foreground
1919
end script

0 commit comments

Comments
 (0)