Add a hook for letsencrypt

This commit is contained in:
Daniel Berteaud 2016-01-29 16:34:33 +01:00
parent 0eba302138
commit e7496b0333
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
if [ \!-d /etc/e-smith/events/ssl-update ]; then
sv h /service/ejabberd
fi
exit 0