Search found 1 match

by quantumthomas
Sun Jan 18, 2009 11:40 pm
Forum: Web Interface
Topic: Startup permissions issue in Debian Lenny
Replies: 3
Views: 10903

Startup permissions issue in Debian Lenny

I have a debian server running Lenny with Transmission 1.40 (7096). As root the following command runs transmission with a web interface as run by rc.local or over the command shell.

transmission-daemon -a 192.168.1.* -T -p 80

However I do not wish to run it with root privileges.

sudo -u username ...