go-ical-ntfy-reminder/cron-job.sh
2023-11-23 14:08:58 +01:00

3 lines
179 B
Bash

#!/bin/sh
echo "0 6 * * * /usr/local/bin/docker-compose -f /opt/containers/mail-reminder/docker-compose.yml up --build --exit-code-from go-app" > /etc/crontabs/root
crond -f -l 8