更新定时任务

This commit is contained in:
CallMeR
2023-11-13 12:21:25 +08:00
parent 95023d68d3
commit 830655bd52
+2 -2
View File
@@ -323,9 +323,9 @@ $ sudo crontab -e
```bash
## 定时任务配置项
0 5 * * * /usr/bin/wget -q --tries=10 --retry-connrefused --random-wait https://anti-ad.net/anti-ad-for-smartdns.conf -O /etc/smartdns/anti-ad-smartdns.conf
15 5 * * * /usr/bin/wget -q --tries=10 --retry-connrefused --random-wait https://anti-ad.net/anti-ad-for-smartdns.conf -O /etc/smartdns/anti-ad-smartdns.conf
30 5 * * * /usr/bin/systemctl restart smartdns.service
25 5 * * * /usr/bin/systemctl restart smartdns.service
```