entry.sh 123 B

1234567
  1. #!/bin/sh -x
  2. # Import cron file
  3. /usr/bin/crontab /root/restic/crontab.txt
  4. # Start cron
  5. /usr/sbin/crond -f -L /dev/stdout