Greetings!
I successfully joined my Raspberry on a domain by following a post here.
Now, I want to run a script on startup but on 'pi' user account only.
I did this before using this method:
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
added this before the screensaver line:
@lxterminal --command "python /home/pi/myScript.py"
...but the problem is - the script is launching also upon logging in the domain account.
TIA.