#Do not put a space on either side of the equal signs e.g. # user = user # will not work # system user to run as user="sistemas" # the system group to run as, not implemented, see d_start for beginning implementation # group=`id -ng "$user"` # the full path to the filename where you store your rtorrent configuration config="`su -c 'echo $HOME' $user`/.rtorrent.rc" # set of options to run with options="" # default directory for screen, needs to be an absolute path base="`su -c 'echo $HOME' $user`" # name of screen session srnname="rtorrentd" # file to log to (makes for easier debugging if something goes wrong) logfile="/var/log/rtorrentdInit.log"