source: admin/Sources/Services/opengnsys.default @ 4d78df3

Last change on this file since 4d78df3 was 4816ea5, checked in by OpenGnSys Support Team <soporte-og@…>, 5 years ago

#971 Remove ogAdmAgent initialization

All the functionalities of the ogAdmAgent are now in the ogAdmServer.
So, the it is not needed anymore.

This commit remove the installation and update of the ogAdmAgent, adds a
check to remove it if exists and removes it from the OpenGnsys init
script.

A future patch will remove all the code related to the ogAdmAgent.

  • Property mode set to 100644
File size: 578 bytes
Line 
1# RUN_OGADMSERVER defined as OpenGnsys Admin Server
2# RUN_OGADMREPO defined as OpenGnsys Repository Manager
3# RUN_BTTRACKER run Bittorrent Tracker, only if Repository is enabled
4# RUN_BTSEEDER start seeding of selected torrent files, only if Repository is enabled
5# BTSEEDER_PRIORITY nice priority to seed torrent files; recommended values:
6#        8 for Admin Server or Repo without Torrent
7#        0 for Admin Server and Repo with Torrent
8#        -8 for Repo with Torrent
9RUN_OGADMSERVER="yes"
10RUN_OGADMREPO="yes"
11RUN_BTTRACKER="yes"
12RUN_BTSEEDER="yes"
13BTSEEDER_PRIORITY=0
Note: See TracBrowser for help on using the repository browser.