mirror of https://github.com/MISP/misp-docker
Remove syslog-ng
parent
2424c78064
commit
3f9e97df67
|
@ -49,9 +49,6 @@ RUN ( \
|
||||||
echo 'startsecs = 0'; \
|
echo 'startsecs = 0'; \
|
||||||
echo 'autorestart = false'; \
|
echo 'autorestart = false'; \
|
||||||
) >> /etc/supervisor/conf.d/supervisord.conf
|
) >> /etc/supervisor/conf.d/supervisord.conf
|
||||||
|
|
||||||
# Modify syslog configuration
|
|
||||||
RUN sed -i -E 's/^(\s*)system\(\);/\1unix-stream("\/dev\/log");/' /etc/syslog-ng/syslog-ng.conf
|
|
||||||
|
|
||||||
# Add run script
|
# Add run script
|
||||||
# Trigger to perform first boot operations
|
# Trigger to perform first boot operations
|
||||||
|
|
Loading…
Reference in New Issue