Hello.
I'm new on the raspberry scene and I need your help.
I recently want to transform my Raspberry Pi 2 model into a Thin Client in order to connect to a W2012 R2 Server.
I have installed the lastest version of Raspbian which run really well and I've downloaded the rdesktop package to use RDP Protocol.
Here is the list of all the things I've tried so far :
-Use the rc.local file to start rdesktop at startup -> Not Working
-Use a SH executable script locate in /etc/init.d -> Not Working
-Lauching either the script or the command line with crontab (with the @reboot argument) -> Not Working
My script verify if a process named rdesktop is running and if not, it launch it perfectly.
The script is running fine by itself, but I don't know how I can run it at startup.
Can you help me ?
Thx !