add transmission-daemon as service

This commit is contained in:
Felix Van der Jeugt 2020-12-04 14:46:20 +01:00
parent fe5db6e793
commit 1ae637377f
No known key found for this signature in database
GPG Key ID: 58B209295023754D
4 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"incomplete-dir": "/data/torrents",
"incomplete-dir-enabled": false,
"lpd-enabled": false,
"message-level": 2,
"message-level": 1,
"peer-congestion-algorithm": "",
"peer-id-ttl-hours": 6,
"peer-limit-global": 200,

1
services/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
supervise

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t ninewise-transmission-daemon

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec transmission-daemon -f --log-error 2>&1