Skip to content

Commit

Permalink
Stop Syslog-NG with a Down file
Browse files Browse the repository at this point in the history
The previous implementation was causing errors to fill up the logs because
Runit couldn't find a key file (which had been deleted).
  • Loading branch information
jvanderhoof committed Sep 19, 2023
1 parent aa2a126 commit e9dc20a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ RUN bundle
RUN find / -name httpclient -type d -exec find {} -name *.pem -type f -delete \;

RUN ln -sf /src/conjur-server/bin/conjurctl /usr/local/bin/
RUN rm /etc/service/syslog-ng/run

# Stop Syslog-NG from starting
# RUN touch /etc/service/syslog-ng/down

ENV PORT 3000
ENV TERM xterm
Expand Down

0 comments on commit e9dc20a

Please sign in to comment.