feat(uti): Deploy tuning
[csit.git] / resources / tools / dash / app / .ebextensions / cron-linux.config
diff --git a/resources/tools/dash/app/.ebextensions/cron-linux.config b/resources/tools/dash/app/.ebextensions/cron-linux.config
new file mode 100644 (file)
index 0000000..505cd97
--- /dev/null
@@ -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