autorestic/entrypoint.sh
2022-03-19 03:20:34 +03:00

7 lines
164 B
Bash

#!/bin/sh
autorestic $AUTORESTIC_INITIAL_ARGS
if [ -n "$CRON_CONFIG_DIR" ]
then
echo "CRON_CONFIG_DIR is set, cron enabled"
crond -f -L /var/log/cron.log
fi