File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ RUN if [[ -z "$NO_EXPANSE_USER" ]]; then \
185185 fi
186186
187187COPY --from=compile /launch_rsyslogd /usr/bin/launch_rsyslogd
188- RUN chmod 04755 /usr/bin/launch_rsyslogd && \
188+ RUN chmod 755 /usr/bin/launch_rsyslogd && \
189189 mkdir -p /etc/pki/rsyslog && chmod 01777 /etc/pki/rsyslog && \
190190 ln -sf /usr/share/zoneinfo/UTC /etc/localtime
191191
Original file line number Diff line number Diff line change @@ -5,13 +5,6 @@ DefaultNetstreamDriverCertFile="/etc/pki/rsyslog/tls.crt"
55DefaultNetstreamDriverKeyFile="/etc/pki/rsyslog/tls.key"
66)
77
8- # Listen to the traditional syslog Unix socket.
9- module(
10- load="imuxsock"
11- SysSock.Unlink="off"
12- SysSock.UsePIDFromSystem="on"
13- )
14-
158# Look for condor logfiles
169module(
1710load="imfile"
You can’t perform that action at this time.
0 commit comments