feat(uti): Infra updates
[csit.git] / resources / tools / dash / app / .ebextensions / cron-linux.config
index 505cd97..ae8c33c 100644 (file)
@@ -4,4 +4,11 @@ files:
         owner: root
         group: root
         content: |
         owner: root
         group: root
         content: |
-            0 4 * * * root /bin/echo 'c' > /tmp/masterfifo
\ No newline at end of file
+            SHELL=/bin/bash
+            PATH=/sbin:/bin:/usr/sbin:/usr/bin
+            MAILTO=root
+            0 6 * * * root /bin/echo 'c' > /tmp/masterfifo
+
+commands:
+    remove_old_cron:
+        command: "rm -f /etc/cron.d/mycron.bak"
\ No newline at end of file