ae8c33c81460c7cc1ccaec5565d21b611e6f31fa
[csit.git] / resources / tools / dash / app / .ebextensions / cron-linux.config
1 files:
2     "/etc/cron.d/mycron":
3         mode: "000644"
4         owner: root
5         group: root
6         content: |
7             SHELL=/bin/bash
8             PATH=/sbin:/bin:/usr/sbin:/usr/bin
9             MAILTO=root
10             0 6 * * * root /bin/echo 'c' > /tmp/masterfifo
11
12 commands:
13     remove_old_cron:
14         command: "rm -f /etc/cron.d/mycron.bak"