static locations to config locations

This commit is contained in:
Joseph Hanson 2025-01-24 10:21:53 -06:00
parent 619a00618d
commit 01e9ae49ca

View file

@ -99,8 +99,8 @@ in
{
ExecStart = "${cfg.package}/bin/qbittorrent-nox --profile=${cfg.dataDir}";
ReadWritePaths = [
"/nahar/qbittorrent"
"/eru/media"
cfg.dataDir
cfg.downloadsDir
];
Restart = "on-failure";
RestartSec = 5;