log error only
This commit is contained in:
parent
9d49d6f783
commit
d446972eb6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
Service = {
|
Service = {
|
||||||
Type = "notify";
|
Type = "notify";
|
||||||
ExecStart = ''
|
ExecStart = ''
|
||||||
${transmission-daemon} -f --log-level=info --encryption-preferred --portmap --dht --lpd --utp --peerport 41414 --port 9092 \
|
${transmission-daemon} -f --log-level=error --encryption-preferred --portmap --dht --lpd --utp --peerport 41414 --port 9092 \
|
||||||
-c "${torrents-dir}/init" \
|
-c "${torrents-dir}/init" \
|
||||||
--incomplete-dir "${torrents-dir}/.incomplete" \
|
--incomplete-dir "${torrents-dir}/.incomplete" \
|
||||||
--download-dir "${torrents-dir}/downloads" \
|
--download-dir "${torrents-dir}/downloads" \
|
||||||
|
|
Loading…
Reference in a new issue