Added sleep to cron call to account for slow startup

This commit is contained in:
Steven Burnham 2023-11-07 21:10:08 -05:00
parent de4a05cafa
commit b4db7fac66
No known key found for this signature in database
GPG key ID: D765679712A2FC3D

View file

@ -66,7 +66,7 @@ chmod +x ~/pypush_reregister.sh
```
2. Use [Screen](https://www.gnu.org/software/screen/manual/screen.html) to easily monitor reregistration status and set to run on boot, replacing "user" with your username:
```
@reboot screen -S pypush -d -m /home/user/pypush_reregister.sh > /dev/null 2>&1
@reboot sleep 60;screen -S pypush -d -m /home/user/pypush_reregister.sh > /dev/null 2>&1
```
3. Reboot