aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/.ebextensions/cron-linux.config
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/dash/app/.ebextensions/cron-linux.config')
-rw-r--r--resources/tools/dash/app/.ebextensions/cron-linux.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/tools/dash/app/.ebextensions/cron-linux.config b/resources/tools/dash/app/.ebextensions/cron-linux.config
new file mode 100644
index 0000000000..505cd973fa
--- /dev/null
+++ b/resources/tools/dash/app/.ebextensions/cron-linux.config
@@ -0,0 +1,7 @@
+files:
+ "/etc/cron.d/mycron":
+ mode: "000644"
+ owner: root
+ group: root
+ content: |
+ 0 4 * * * root /bin/echo 'c' > /tmp/masterfifo \ No newline at end of file