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
|