feat(uti): Move directory
[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
deleted file mode 100644 (file)
index ae8c33c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-files:
-    "/etc/cron.d/mycron":
-        mode: "000644"
-        owner: root
-        group: root
-        content: |
-            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