Compare commits
2 commits
e38f6a1fe6
...
94583cdcca
Author | SHA1 | Date | |
---|---|---|---|
|
94583cdcca | ||
|
9f2673b4e1 |
2 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@ RUN install -dm 2750 -o root -g root /var/lib/monit
|
||||||
COPY --from=build /etc/monitrc /etc/monitrc
|
COPY --from=build /etc/monitrc /etc/monitrc
|
||||||
COPY ./nsupdate.sh /usr/local/bin/nsupdate
|
COPY ./nsupdate.sh /usr/local/bin/nsupdate
|
||||||
COPY ./whatsmyip6.sh /usr/local/bin/whatsmyip6
|
COPY ./whatsmyip6.sh /usr/local/bin/whatsmyip6
|
||||||
|
COPY ./syslogize.sh /usr/local/bin/syslogize
|
||||||
COPY ./zeroconf.sh /usr/local/bin/zeroconf
|
COPY ./zeroconf.sh /usr/local/bin/zeroconf
|
||||||
COPY ./zeroconf.conf /etc/zeroconf.conf
|
COPY ./zeroconf.conf /etc/zeroconf.conf
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
# LOGGER="-t program" syslogize program -o -p --tions argu ments
|
# LOGGER="-t program" syslogize program -o -p --tions argu ments
|
||||||
#
|
#
|
||||||
# daemonize syslogize program
|
# daemonize /usr/local/bin/syslogize program
|
||||||
|
|
||||||
if test $# -eq 0 ; then
|
if test $# -eq 0 ; then
|
||||||
grep "^#" $0 | grep -v /bin/sh | sed -re "s/^#\s*//" >&2
|
grep "^#" $0 | grep -v /bin/sh | sed -re "s/^#\s*//" >&2
|
||||||
|
|
Loading…
Reference in a new issue