forked from TrueCloudLab/certificates
6 lines
108 B
Bash
Executable file
6 lines
108 B
Bash
Executable file
#!/bin/sh
|
|
|
|
while true; do
|
|
inotifywait -e modify /var/run/autocert.step.sm/site.crt
|
|
kill -HUP 1
|
|
done
|