mirror of
https://github.com/nxshock/gron.git
synced 2024-11-27 03:41:00 +05:00
7 lines
316 B
Plaintext
7 lines
316 B
Plaintext
Type = "cmd" # command execution
|
|
Category = "Test jobs" # jobs category name
|
|
Description = "print 'Hello' every minute" # job description
|
|
Cron = "* * * * *" # cron instructions
|
|
|
|
Command = "echo Hello" # command to execute
|