#
job radio_diable
view system
time 1 repeating at 03:00 command wlan radio disable all
time 2 repeating at 03:00 command y
job radio_enable
view system
time 1 repeating at 03:03 command wlan radio enable all
time 2 repeating at 03:03 command y
上面是定时关闭射频
下面是定时重启
#
job reboot_everyday
view monitor
time 1 repeating at 03:10 command reboot
time 2 repeating at 03:10 command y
#
相关文章
- SpringBoot开发——SpringBoot3.3 实现停止/重启定时任务
- linux下实现tomcat定时自动重启
- H3C AP实现定时重启
- vbs实现的定时关机、重启的脚本和程序
- Spring整合Quartz实现定时任务的时间更新,暂停和启用(不需要重启项目并且配置多数据源)
- Linux VPS主机利用Crontab实现定时重启任务
- Linux系统利用Crontab命令实现定时重启
- spring3整合quartz2,实现动态添加、修改、暂停、重启定时任务
- spring3整合quartz2,实现动态添加、修改、暂停、重启定时任务
- Spring整合Quartz实现定时任务的时间更新,暂停和启用(不需要重启项目并且配置多数据源)