I want to create a startup/boot script that allows me to run a couple of Screen sessions. This I have been able to achieve through creating a script on /etc/init.d/bashfilehere
But when I need to run a sudo command, it will prompt me for a password in the session.
Now, I've seen people going with the route of going with a user that requires no password, but I believe that would be a security vulnerability. (Obviously?)
Is there any way to pull this off, without me having to enter the password?