autorestic/entrypoint.sh

7 lines
164 B
Bash
Raw Normal View History

2022-03-19 00:20:34 +00:00
#!/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