configure-oglivelgromero-new-oglivemainmount-efivarfsuse-local-agent-oglive
Last change
on this file since 267fa3c was
c3e4ff1,
checked in by Ramón M. Gómez <ramongomez@…>, 5 years ago
|
#972: Remove cron job definition from the default file; then updater checks if service code has changed to restart it automatically.
|
-
Property mode set to
100644
|
File size:
676 bytes
|
Line | |
---|
1 | # RUN_OGADMSERVER defined as OpenGnsys Admin Server |
---|
2 | # RUN_OGADMREPO defined as OpenGnsys Repository Manager |
---|
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 |
---|
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 |
---|
10 | RUN_OGADMSERVER="yes" |
---|
11 | RUN_OGADMREPO="yes" |
---|
12 | RUN_OGADMAGENT="yes" |
---|
13 | RUN_BTTRACKER="yes" |
---|
14 | RUN_BTSEEDER="yes" |
---|
15 | BTSEEDER_PRIORITY=0 |
---|
Note: See
TracBrowser
for help on using the repository browser.