fix: set to once-per-10-minutes

This commit is contained in:
2025-11-13 09:46:01 -05:00
parent 78979aec90
commit cb5d00f7d4

View File

@@ -2,7 +2,7 @@ GOPATH=/home/${USER}/go/bin
goes_magnetometer_check:
echo "PATH=/usr/local/bin:/usr/bin" > $@;
echo "* * * * * ${USER} /usr/local/bin/goes_check_and_notify" >> $@;
echo "*/10 * * * * ${USER} /usr/local/bin/goes_check_and_notify" >> $@;
${GOPATH}/go-sendxmpp:
# https://salsa.debian.org/mdosch/go-sendxmpp