1
0
docker-letsencrypt-nginx-pr.../app/update_certs
Nicolas Duchon a9c91da07e Fix update_certs for busybox pkill
As of Alpine 3.4 the procps package does not provide pkill.
Busybox's pkill usage is slightly different.
2017-11-22 22:48:42 +01:00

5 lines
149 B
Bash
Executable File

#!/bin/bash
# Works with either procps pkill or busybox pkill
pkill -f -SIGUSR1 /app/letsencrypt_service || pkill -USR1 -f /app/letsencrypt_service