Run cronjob as qbittorrent user
This commit is contained in:
parent
1f9edc6e8f
commit
5b76fa26ba
|
@ -56,7 +56,7 @@
|
||||||
'';
|
'';
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
User= "nobody";
|
User= "qbittorrent";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue