mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2025-08-21 22:44:42 +02:00
Remove old procps specific pkill command (#400)
We don't use procps anymore.
This commit is contained in:
parent
e823bdcc99
commit
2228154591
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user