I want to run a bash command at startup (~/.config/autostart/myCommand.desktop) that requires sudo, but rather than it prompting me every time, I would like to include the password in the command, something like:
sudo --some-flag [PASSWORD] [command]
I have seen answers suggesting to change sudoers, etc. but I am wondering if something more like what I said is possible.