static locations to config locations
This commit is contained in:
parent
619a00618d
commit
01e9ae49ca
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ in
|
||||||
{
|
{
|
||||||
ExecStart = "${cfg.package}/bin/qbittorrent-nox --profile=${cfg.dataDir}";
|
ExecStart = "${cfg.package}/bin/qbittorrent-nox --profile=${cfg.dataDir}";
|
||||||
ReadWritePaths = [
|
ReadWritePaths = [
|
||||||
"/nahar/qbittorrent"
|
cfg.dataDir
|
||||||
"/eru/media"
|
cfg.downloadsDir
|
||||||
];
|
];
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = 5;
|
RestartSec = 5;
|
||||||
|
|
Loading…
Reference in a new issue