Remove log for cron

This commit is contained in:
Dryusdan 2021-05-24 21:08:27 +02:00
parent 7b211e7161
commit c9c0ab84be
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
minute: 30
hour: 2
user: root
job: "certbot renew >> /var/log/le-renew.log"
job: "certbot renew >/dev/null 2>&1"
tags:
- letsencrypt
@ -32,7 +32,7 @@
minute: 00
hour: 9
user: root
job: "/bin/systemctl reload nginx"
job: "/bin/systemctl reload nginx >/dev/null 2>&1"
tags:
- letsencrypt