first attempt at nas rtorrent service

inspired by 7cf0d801d0
and also by https://www.krank.se/2014/06/25/rtorrent-magic-moving-finished-torrents-based-on-labels/
This commit is contained in:
Haak Saxberg 2022-08-10 21:08:10 -07:00
parent c5aa3bdcf4
commit 0eebe6f973
5 changed files with 63 additions and 17 deletions

View file

@ -33,17 +33,5 @@
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
};
# rtorrent = {
# enable = true;
# serviceConfig = {
# User = "flood";
# Type = "forking";
# ExecStart = "${pkgs.rtorrent}/bin/rtorrent";
# Restart = "on-failure";
# };
# wantedBy = [ "multi-user.target" ];
# after = [ "network.target" ];
# };
};
}