March 30, 201214 yr Hi, I managed to get OpenVPN to work and wanted to start it automatically in a separate screen when unRAID starts. I have the following command (at the end) in my go script: sleep 60; screen -dmS openvpn /boot/scripts/openvpn.sh The sleep is there to be safe that everything has started up (gave me some other problems when I didn't include the sleep). The screen process is starting, the script is working and unRAID successfully connects with the VPN. When I do "ps aux | grep -i screen", I get the following: root 20849 0.0 0.0 2728 816 ? Ss 10:26 0:00 SCREEN -dmS openvpn /boot/scripts/openvpn.sh But, if I do "screen -ls", the screen is not detected by the screen process: No Sockets found in /root/.screen. Any ideas? Thanks
Archived
This topic is now archived and is closed to further replies.