Search found 5 matches
- Fri Jan 10, 2020 9:36 pm
- Forum: Troubleshooting
- Topic: Add a program to autostart
- Replies: 12
- Views: 2923
Re: Add a program to autostart
What does # systemctl status bazarr.service say? This is my systemctl status bazarr.service bazarr.service - bazarr Daemon Loaded: error (Reason: Invalid argument) Active: inactive (dead) I don't know what is the Invalid argument. In your systemd script put the full path to python3.8. I think that ...
- Fri Jan 10, 2020 6:38 pm
- Forum: Troubleshooting
- Topic: Add a program to autostart
- Replies: 12
- Views: 2923
Re: Add a program to autostart
This is my /etc/systemd/system/bazarr.service : [Unit] Description=bazarr Daemon After=syslog.target network.target [Service] User=root Group=root Type=simple ExecStart=python /opt/bazarr/bazarr.py TimeoutStopSec=20 KillMode=process Restart=on-failure [Install] WantedBy=multi-user.target And this is...
- Sat Jan 04, 2020 11:44 am
- Forum: Troubleshooting
- Topic: Add a program to autostart
- Replies: 12
- Views: 2923
Re: Add a program to autostart
I think that the problem is the version of python, bazarr needs 3.6 or greater, but my istallation doesn't recognize that I have installed python 3.8 and I don't know how to change it.
Any suggestion how force to my dietpi to execute python 3.8?
Regards.
Any suggestion how force to my dietpi to execute python 3.8?
Regards.
- Thu Jan 02, 2020 5:39 pm
- Forum: Troubleshooting
- Topic: Add a program to autostart
- Replies: 12
- Views: 2923
Re: Add a program to autostart
Thanks, I follow the instructions but I cannot make it to start with the Pi
Maybe it is not compatible with Dietpi.

- Mon Dec 30, 2019 8:01 pm
- Forum: Troubleshooting
- Topic: Add a program to autostart
- Replies: 12
- Views: 2923
Add a program to autostart
I recently installed Bazarr to my Dietpi instalation but now I need to add the new path for the application and I don't know where is the location. I need to add python bazarr.py and the path where I installed to the autostart on DietPi, so Bazarr can start with Sonarr, Radarr, Jackett and Transmiss...