mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2025-02-05 21:01:48 +01:00
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
|