This commit is contained in:
Shihaam Abdul Rahman
2021-10-28 16:19:41 +05:00
committed by GitHub
parent 2f605ef796
commit 5ad1166f08

View File

@@ -24,7 +24,7 @@ cp env.sample .env
./screen-telegram-ping-ip.sh ./screen-telegram-ping-ip.sh
``` ```
### Run at system boot up ### Run at system boot up
* Add the following like to crontab, Run: `crontab -e` * Add the following line to crontab, Run: `crontab -e`
``` ```
@reboot /bin/bash /path/to/telegram-ping-ip/screen-telegram-ping-ip.sh @reboot /bin/bash /path/to/telegram-ping-ip/screen-telegram-ping-ip.sh
``` ```