This is a small one,
Is it possible to have the script move the Jackett working directory from ~/Jackett to either ~/.Jackett or ~/.config/Jackett
Small request I know, but it’s like right there every time I ls
I’ve been using ls | grep -v Jackett
as a workaround
Edit:
I’ve been poking around in:
/etc/systemd/system/[email protected]
I can see the line:
ExecStart=/usr/bin/screen -f -a -d -m -S jackett mono /home/%I/Jackett/JackettConsole.exe
If I:
mv ~/Jackett ~/.Jackett
and edit that line to the same path,
a) will it work?
b) will a qb update break it?
thanks
Edit 2:
Moving & editing the service does indeed appear to work, now the question remains about updates breaking