Add on error restart job options

This commit is contained in:
nxshock 2022-03-29 21:38:04 +05:00
parent 62ed212e3c
commit 7d298e05be
8 changed files with 180 additions and 55 deletions

View file

@ -1,3 +1,6 @@
Cron = "* * * * *"
Command = 'command "param1 param1" param2'
Description = "comment"
NumberOfRestartAttemts = 3
RestartSec = 5
RestartRule = "on-error"