Last change
on this file since 578 was
423,
checked in by sebas, 15 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 |
---|
5 | user="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 |
---|
11 | config="`su -c 'echo $HOME' $user`/.rtorrent.rc" |
---|
12 | |
---|
13 | # set of options to run with |
---|
14 | options="" |
---|
15 | |
---|
16 | # default directory for screen, needs to be an absolute path |
---|
17 | base="`su -c 'echo $HOME' $user`" |
---|
18 | |
---|
19 | # name of screen session |
---|
20 | srnname="rtorrentd" |
---|
21 | |
---|
22 | # file to log to (makes for easier debugging if something goes wrong) |
---|
23 | logfile="/var/log/rtorrentdInit.log" |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.