rtorrent downloads, but doesn't upload yet
This commit is contained in:
parent
36f1b046bb
commit
aed18e9a93
5 changed files with 86 additions and 5 deletions
|
|
@ -17,8 +17,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
users.users.flood.group = "flood";
|
||||
users.extraUsers.flood = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "rtorrent" "users" ];
|
||||
};
|
||||
|
||||
systemd.services = {
|
||||
|
|
@ -31,7 +33,7 @@
|
|||
Restart = "on-failure";
|
||||
};
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
after = [ "network.target" "rtorrent.service" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue