1
0
Fork 0

Remove old procps specific pkill command (#400)

We don't use procps anymore.
This commit is contained in:
Nicolas Duchon 2018-06-13 14:12:29 +02:00 committed by GitHub
parent e823bdcc99
commit 2228154591
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/bash
# Works with either procps pkill or busybox pkill
pkill -f -SIGUSR1 /app/letsencrypt_service || pkill -USR1 -f /app/letsencrypt_service
# Using busybox pkill
pkill -USR1 -f /app/letsencrypt_service