FS#31723 - [transmission-cli] Add $TRANS_ARGS to the service configuration file
Attached to Project:
Arch Linux
Opened by Bruno (gabuzo) - Friday, 28 September 2012, 20:30 GMT
Last edited by Tom Gundersen (tomegun) - Tuesday, 02 October 2012, 09:50 GMT
Opened by Bruno (gabuzo) - Friday, 28 September 2012, 20:30 GMT
Last edited by Tom Gundersen (tomegun) - Tuesday, 02 October 2012, 09:50 GMT
|
Details
Description:
The file transmission.service file does not take in account the $TRANS_ARGS from /etc/conf.d/transmissiond, nor the $TRANS_USER variable. This is inconsistant with the rc.d behavior. * package version(s) - 2.61.4 Steps to reproduce: Add a configuration in /etc/conf.d/transmissiond, restart the daemon, no change applied. |
This task depends upon
Closed by Tom Gundersen (tomegun)
Tuesday, 02 October 2012, 09:50 GMT
Reason for closing: Won't implement
Tuesday, 02 October 2012, 09:50 GMT
Reason for closing: Won't implement
If there are things you wish to tweak which can not be configured internally, make a copy of the service file in /etc/systemd/system/ and edit it there.
@Gerardo: we can not use --foreground as other daemons might (in principle at least) wish to order themselves After=transmission.service. Since transmission is not socket-activated, we need to wait for transmission to finish setting itself up and creating the various sockets before we consider it started. Since that kind of setup happens before the daemon forks, Type=forking gives the right behavior.