Why does Sabnzbd keep taking back ownership of its' folder?
Posted: August 10th, 2019, 9:02 pm
Using Sabnzbd v2.3.9 [03c10dc] (installed from the AUR)
Endeavour OS (Arch based)
Cinnamon desktop
Been using Linux for a few years and maybe I'm still too much of a newbie to solve this problem but here's the situation. When I installed Sab, I did:
Then, I created /usr/lib/systemd/system/sabnzbd.service.d/override.conf
Inside that conf file I have:
The goal is, I want to run Sabnzbd under my account. When I first did all this, everything worked PERFECTLY. But after the first reboot, /opt/sabnzbd was owned by Sabnzbd again and it couldn't write to my download directory (in my home folder). I issues the command to take ownership of /opt/sabnzbd again and then things sorta started working except Sab was complaining that it couldn't make some INI backup file in its' directory.
Why (how?) is Sabnzbd taking ownership of it's folder after every reboot. I don't think I've seen this with any other program. With Sonarr, I'm using an override file to run it under my account and I have ownership of its' folders and it doesn't do that.
What am I doing wrong here?
Endeavour OS (Arch based)
Cinnamon desktop
Been using Linux for a few years and maybe I'm still too much of a newbie to solve this problem but here's the situation. When I installed Sab, I did:
Code: Select all
sudo chown -R roadhazard:roadhazard /opt/sabnzbd/
Inside that conf file I have:
Code: Select all
[Service]
User=roadhazard
Group=roadhazard
Why (how?) is Sabnzbd taking ownership of it's folder after every reboot. I don't think I've seen this with any other program. With Sonarr, I'm using an override file to run it under my account and I have ownership of its' folders and it doesn't do that.
What am I doing wrong here?