Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: jemadux on 06 April 2021, 23:42:03

Title: trnasmission-deamon cpmfigurate
Post by: jemadux on 06 April 2021, 23:42:03
how to make transmission deamon to save the files in my home directory

i think is about the runit script .

so i tried to changed it to my username and dint work ...

the runnit scritp is

Code: [Select]
exec chpst -u transmission:transmission transmission-daemon -f --log-error
Title: Re: trnasmission-deamon cpmfigurate
Post by: linuxer on 07 April 2021, 15:10:02
Nope, the execution command is the same on the runit script, as on systemd (https://github.com/transmission/transmission/blob/master/daemon/transmission-daemon.service#L5)

transmission daemon must be started as transmission user.

It has to do with your configuration settings, so check transmission wiki (https://github.com/transmission/transmission/wiki/Configuration-Files)