我希望这个作业每天凌晨 2 点和下午 2 点运行,我在 .timer 文件中有这个
OnCalendar=*-*-* 02:00:00,14:00:00
但是当我使用 systemctl start myjob.timer 时出现此错误:
Failed to start myjob.timer: Unit myjob.timer has a bad unit file setting.
我已经用 Google 搜索过了,但不确定到底哪里错了。
答案1
我的错-不允许几秒钟,这有效:
OnCalendar=*-*-* 02:00,14:00