I'm trying to get Tautulli to start automatically when I restart my plex server (running Ubuntu).
I followed the instructions here to install https://github.com/Tautulli/Tautulli-Wiki/wiki/Installation#linux including the optional section and then the script to get it to start up automatically.
I can get it to run with the command
sudo python Tautulli.py
It won't start without sudo, I get various errors.
systemctl start tautulli.service
Also works, although it asks me for my account password.
Given the above, I assume it's some kind of permissions issue which is stopping it autostarting. I tried editing the sudoers file but that went badly.
Any suggestions on what I need to be doing here? Cheers
Does this help:
https://askubuntu.com/questions/159007/how-do-i-run-specific-sudo-commands-without-a-password
@aggi started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
I'm trying to get Tautulli to start automatically when I restart my plex server (running Ubuntu).
I followed the instructions here to install https://github.com/Tautulli/Tautulli-Wiki/wiki/Installation#linux including the optional section and then the script to get it to start up automatically.
I can get it to run with the command
It won't start without sudo, I get various errors.
Also works, although it asks me for my account password.
Given the above, I assume it's some kind of permissions issue which is stopping it autostarting. I tried editing the sudoers file but that went badly.
Any suggestions on what I need to be doing here? Cheers