Run cronjob as qbittorrent user

This commit is contained in:
Ciapa 2023-04-21 19:03:57 +00:00
parent 1f9edc6e8f
commit 5b76fa26ba
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
''; '';
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
User= "nobody"; User= "qbittorrent";
}; };
}; };
} }