Re: [OE-core] Incorrect systemd timer

2021-09-27 Thread JH
> perhaps use > OnCalendar=*-*-* *:*:00 No, the same result, completely bewildered why the timer does not work in Yocto Linux Thanks Khem. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#156404): https://lists.openembedded.org/g/openembedded-core/

Re: [OE-core] Incorrect systemd timer

2021-09-27 Thread Khem Raj
On 9/26/21 6:29 PM, JH wrote: Hi, I set up a service timer to run the service every minute at times 01:10:50, 01:10:50, 01:10:50, ... [Unit] Description=Run watchdog job at every 1 minute [Timer] Unit=mwatchdog.service OnCalendar=*-*-* *:00:50 perhaps use OnCalendar=*-*-* *:*:00 Persist

Re: [OE-core] Incorrect systemd timer

2021-09-26 Thread JH
I changed OnCalendar=*-*-* *:*:50, in vain On 9/27/21, Jupiter wrote: > Hi, > > I set up a service timer to run the service every minute at times > 01:10:50, 01:10:50, 01:10:50, ... > > [Unit] > Description=Run watchdog job at every 1 minute > [Timer] > Unit=mwatchdog.service > OnCalendar=*-*-*

[OE-core] Incorrect systemd timer

2021-09-26 Thread JH
Hi, I set up a service timer to run the service every minute at times 01:10:50, 01:10:50, 01:10:50, ... [Unit] Description=Run watchdog job at every 1 minute [Timer] Unit=mwatchdog.service OnCalendar=*-*-* *:00:50 Persistent=true [Install] WantedBy=timers.target But the timer was actually fired