Compare commits

..

2 commits

Author SHA1 Message Date
f
94583cdcca add to container
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-06-04 16:53:38 -03:00
f
9f2673b4e1 daemonize requires the full path 2022-06-04 16:53:04 -03:00
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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