[Watchdog] Fix kill -0 check, use tini and send kill request to tini instead of parent pid, sleep longer

This commit is contained in:
André
2017-10-14 23:26:08 +02:00
parent c5dd30b058
commit ac413058c1
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
FROM alpine:3.6
LABEL maintainer "André Peters <andre.peters@servercow.de>"
# Installation
@@ -23,10 +22,12 @@ RUN apk add --update \
perl-socket6 \
perl-mime-lite \
perl-term-readkey \
tini \
&& curl https://raw.githubusercontent.com/mludvig/smtp-cli/v3.8/smtp-cli -o /smtp-cli \
&& chmod +x smtp-cli
COPY watchdog.sh /watchdog.sh
ENTRYPOINT ["/sbin/tini", "-g", "--"]
# Less verbose
CMD /watchdog.sh 2> /dev/null