Implement aria2 service for controlling a daemon via rpc.

This commit is contained in:
Kirill
2017-04-24 18:50:40 +03:00
parent 9f11d17ed2
commit 7a6738fefc
2 changed files with 140 additions and 1 deletions
+3 -1
View File
@@ -289,7 +289,8 @@
rpc = 271;
geoip = 272;
fcron = 273;
aria2 = 274;
# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
nixbld = 30000; # start of range of uids
@@ -547,6 +548,7 @@
#rpc = 271; # unused
#geoip = 272; # unused
fcron = 273;
aria2 = 274;
# When adding a gid, make sure it doesn't match an existing
# uid. Users and groups with the same name should have equal