FS#9143 - Transmission daemon script is non-standard
Attached to Project:
Arch Linux
Opened by Aaron Griffin (phrakture) - Thursday, 10 January 2008, 06:10 GMT
Last edited by Alexander Fehr (pizzapunk) - Tuesday, 22 July 2008, 00:07 GMT
Opened by Aaron Griffin (phrakture) - Thursday, 10 January 2008, 06:10 GMT
Last edited by Alexander Fehr (pizzapunk) - Tuesday, 22 July 2008, 00:07 GMT
|
Details
The transmissiond daemon script is the only one which checks
for root when run. And does not output usage like everything
else.
I'd recommend NOT checking for root, and only checking/using TRANS_USER when the user is root |
This task depends upon
Closed by Alexander Fehr (pizzapunk)
Tuesday, 22 July 2008, 00:07 GMT
Reason for closing: Fixed
Additional comments about closing: transmission-cli 1.22-1
Tuesday, 22 July 2008, 00:07 GMT
Reason for closing: Fixed
Additional comments about closing: transmission-cli 1.22-1
In fact, if you do that in a loop:
for x in /etc/rc.d/*; do $x; done
The only one which fails is transmission.
Many of our other daemons require root to run, but none check for it. Further more, transmissiond can be run as a user just fine.