Hi,
on the base of cron it should be possible to execute a rule let’s say every 10 seconds. In my case I’d like to call a shell-script every 10 seconds.
But how do I define a rule for that?
Thanks!
-
[Solved] Howto execute rule every x seconds (cronjob)
-
if every 10 seconds then execute "/home/pi/scripts/shell.sh"
-
Jep, it is THAT easy
the “if”-statement was a little bit confusing. It’s working now.
Thank you!