Last change
on this file since 7d14d26 was
b966d519,
checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago
|
#881: Remove parentheses from the configuration file to avoid an error raised by PHP function parse_ini_file .
|
-
Property mode set to
100644
|
File size:
748 bytes
|
Rev | Line | |
---|
[b351d8a] | 1 | # RUN_OGADMSERVER defined as OpenGnsys Admin Server |
---|
| 2 | # RUN_OGADMREPO defined as OpenGnsys Repository Manager |
---|
[b966d519] | 3 | # RUN_OGADMAGENT run task scheduler service, only if Admin Server is enabled |
---|
| 4 | # RUN_BTTRACKER run Bittorrent Tracker, only if Repository is enabled |
---|
| 5 | # RUN_BTSEEDER start seeding of selected torrent files, only if Repository is enabled |
---|
[07518803] | 6 | # BTSEEDER_PRIORITY nice priority to seed torrent files; recommended values: |
---|
| 7 | # 8 for Admin Server or Repo without Torrent |
---|
| 8 | # 0 for Admin Server and Repo with Torrent |
---|
| 9 | # -8 for Repo with Torrent |
---|
[cafc669] | 10 | # RUN_CRON run Cron script to check started processes |
---|
[ca6183e] | 11 | RUN_OGADMSERVER="yes" |
---|
[b781e8b] | 12 | RUN_OGADMREPO="yes" |
---|
[aeb0e7d7] | 13 | RUN_OGADMAGENT="yes" |
---|
[ca6183e] | 14 | RUN_BTTRACKER="yes" |
---|
| 15 | RUN_BTSEEDER="yes" |
---|
[07518803] | 16 | BTSEEDER_PRIORITY=0 |
---|
[cafc669] | 17 | RUN_CRONJOB="yes" |
---|
Note: See
TracBrowser
for help on using the repository browser.