add coturn service
This commit is contained in:
5
roles/dnsdist/files/cetbot-cron
Normal file
5
roles/dnsdist/files/cetbot-cron
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
SHELL=/bin/sh
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||
|
||||
0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(43200))' && certbot -q renew; setfacl -R -m u:_dnsdist:rx /etc/letsencrypt/; systemctl restart dnsdist;
|
||||
Reference in New Issue
Block a user