This a task scheduler daemon, which will schedule and execute tasks in the background. In terms of scheduling, it uses specific timestamps, and you can set up periodic tasks by defining the number of seconds to wait until you execute the task again. Now a cron-style syntax is not present.
|