I have tried doing in rc.local , bashrc file but rc.local not showing any log or not clear if it is running. bashrc is making the script run only when i open the terminal. I need to run without user intervention and my script involves network connection and websocket communication. So running in startup will ensure i get network? Thank you in advance.
-
you could make a daemon and start it after network is establishedBanana– Banana2021-01-29 07:55:08 +00:00Commented Jan 29, 2021 at 7:55
-
i am very new to Linux environment also , can you share an example or refer me any link to followAnu– Anu2021-01-29 09:56:48 +00:00Commented Jan 29, 2021 at 9:56
-
Here are 5 Ways, number 4 is the daemon way: dexterindustries.com/howto/…Banana– Banana2021-01-30 13:10:33 +00:00Commented Jan 30, 2021 at 13:10
Add a comment
|