mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-22 16:32:48 +01:00
2228154591
We don't use procps anymore.
5 lines
75 B
Bash
Executable File
5 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Using busybox pkill
|
|
pkill -USR1 -f /app/letsencrypt_service
|