diff --git a/README.md b/README.md index 06ddd36..204b863 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 /home/user/pypush_reregister.sh > /dev/null 2>&1 +@reboot screen -S pypush -d -m /home/user/pypush_reregister.sh > /dev/null 2>&1 ``` 3. Reboot