How to run systemd timer every minute
The syntax to run a systemd timer every minute is:
OnCalendar=*-*-* *:*:00
i.e. run it on the first second (00
) every minute.
The syntax to run a systemd timer every minute is:
OnCalendar=*-*-* *:*:00
i.e. run it on the first second (00
) every minute.