5 lines
92 B
Bash
Executable file
5 lines
92 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Copyright (c) 2015 Yves Blusseau
|
|
|
|
pkill -f -SIGUSR1 /app/letsencrypt_service
|