Skip to content

Instantly share code, notes, and snippets.

@emmiedev
Created March 14, 2022 14:59
Show Gist options
  • Select an option

  • Save emmiedev/51b52e044a58eab61f821fc46259a44b to your computer and use it in GitHub Desktop.

Select an option

Save emmiedev/51b52e044a58eab61f821fc46259a44b to your computer and use it in GitHub Desktop.
crontab -e
cat << EOF > /var/spool/cron/crontabs/username
@reboot /home/username/services/rtc
* * * * * /home/username/services/updata
* * * * * ~/services/updata2
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment