-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
Description
The documentation states that
# Optional cron expression, defines when to execute the command.
# Default is every 1 minute.
#cron:
https://github.com/christiangalsterer/execbeat/blob/master/execbeat.yml
Using this configuration did not schedule any execs. Only after setting the cron value specifically like
cron: "@every 10s"
triggered the execs as expected.
Occurred with execbeat v2.1.1 and v2.2.0 using the amd64.deb package on Linux.
As most people will try first using the provided configuration, you might consider fixing this. It took me a while to figure this out.
Keep up the great work!
thanks a lot
Matthias
Reactions are currently unavailable