1
0
mirror of https://github.com/nxshock/gron.git synced 2024-11-27 03:41:00 +05:00
gron/tests/job.conf
2022-05-10 19:44:41 +05:00

8 lines
166 B
Plaintext

Type = "cmd"
Cron = "* * * * *"
Command = 'command "param1 param1" param2'
Description = "comment"
NumberOfRestartAttemts = 3
RestartSec = 5
RestartRule = "on-error"