如何每天运行两次 systemd 定时器
为了每天在固定时间运行两次 systemd 定时器,在 .timer 文件中使用此语法:
twice-daily.timer
OnCalendar=*-*-* 00,12:00:00此行的意思是:在每天(*-*-*)的 00:00:00 和 12:00:00(00,12:00:00)运行服务
Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow