From 41752cbef7b9e647feaa4a889c29fe76ca3a4c9f Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 7 Sep 2017 03:27:55 +0200 Subject: Add interface definition for cron and enable templates building in the makefiles. --- interface-definitions/cron.xml | 69 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 interface-definitions/cron.xml (limited to 'interface-definitions') diff --git a/interface-definitions/cron.xml b/interface-definitions/cron.xml new file mode 100644 index 000000000..1982ac87c --- /dev/null +++ b/interface-definitions/cron.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + Scheduled task + + <string> + Task name + + 999 + + + + + UNIX crontab time specification string + + + + + Execution interval + + + + + Executable path and arguments + + + + + Path to executable + + + + + Arguments passed to the executable + + <minutes> + Execution interval in minutes + + + <minutes>m + Execution interval in minutes + + + <hours>h + Execution interval in hours + + + <days>d + Execution interval in days + + + + + + + + + + + + -- cgit v1.2.3