Skip to content

Instantly share code, notes, and snippets.

@0187773933
Created October 1, 2022 12:14
Show Gist options
  • Save 0187773933/252d94a87dfaca453448c3aa82ad5eff to your computer and use it in GitHub Desktop.
Save 0187773933/252d94a87dfaca453448c3aa82ad5eff to your computer and use it in GitHub Desktop.
Crontab Runas User
31 22 * * * /usr/local/bin/restartMotionServerWithDelay.sh
01 10 * * * systemctl stop motion-script.service
# @reboot /usr/local/bin/restartMotionServerWithDelay.sh
#!/bin/bash
/bin/bash -l -c 'su pi -c "/home/pi/.nvm/versions/node/v8.9.4/bin/pm2 restart all"'
sleep 10
sudo systemctl restart motion-script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment