Hi I have installed Jenkins using
sudo apt-get install jenkins
Now there is a new user called jenkins, and Jenkins is started when the computer starts. Is there a place I can put a shell script to start other services for this user as well? I have tried adding .bashrc and .profile to the home directory of the jenkins user (/var/lib/jenkins) with no luck.