Skip to content

Commit

Permalink
Merge pull request #80 from kknd22/master
Browse files Browse the repository at this point in the history
Update zookeeper.conf.j2
  • Loading branch information
ernestas-poskus authored Dec 20, 2017
2 parents 25ade86 + a83d4af commit 31a3cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/zookeeper.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ kill timeout 300

script
# https://superuser.com/questions/213416/running-upstart-jobs-as-unprivileged-users
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 -- \
{{zookeeper_dir}}/bin/zkServer.sh start-foreground
end script

0 comments on commit 31a3cab

Please sign in to comment.