1
0
mirror of https://github.com/nxshock/gron.git synced 2024-11-27 03:41:00 +05:00
gron/_jobExamples/basic.conf

7 lines
316 B
Plaintext
Raw Permalink Normal View History

2022-11-20 14:56:40 +05:00
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