From b4db7fac66ba8c48cfde51cb216f48c52ddcf9f2 Mon Sep 17 00:00:00 2001 From: Steven Burnham Date: Tue, 7 Nov 2023 21:10:08 -0500 Subject: [PATCH] Added sleep to cron call to account for slow startup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 204b863..13e9fe9 100644 --- a/README.md +++ b/README.md @@ -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