How do I start lynx at system boot, but to close it again so it doesn't work in background?
I need to open a page with lynx at the system start, so I added this line in /etc/rc.d/rc.local:
CODE
lynx 'http://www.some_address.com'
This works, but then lynx stays working in background. How to close it after loading the link?
Thanks in advance
[moved from Software by spinynorman]
