source: trunk/puppet/modules/rtorrentd/templates/rtorrent.init.conf.erb @ 423

Last change on this file since 423 was 423, checked in by sebas, 14 years ago

primero ci de rtorrentd - un modulo puppet para levanta una session de screen con rtorrent a dentro

File size: 662 bytes
Line 
1#Do not put a space on either side of the equal signs e.g.
2# user = user
3# will not work
4# system user to run as
5user="sistemas"
6
7# the system group to run as, not implemented, see d_start for beginning implementation
8# group=`id -ng "$user"`
9
10# the full path to the filename where you store your rtorrent configuration
11config="`su -c 'echo $HOME' $user`/.rtorrent.rc"
12
13# set of options to run with
14options=""
15
16# default directory for screen, needs to be an absolute path
17base="`su -c 'echo $HOME' $user`"
18
19# name of screen session
20srnname="rtorrentd"
21
22# file to log to (makes for easier debugging if something goes wrong)
23logfile="/var/log/rtorrentdInit.log"
24
Note: See TracBrowser for help on using the repository browser.