mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 19:32:29 -06:00
Added sleep to cron call to account for slow startup
This commit is contained in:
parent
de4a05cafa
commit
b4db7fac66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue