blob: 9af83e29f603cebaf20810ffc37990f5b0c5b68f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# RUN_OGADMSERVER defined as OpenGnsys Admin Server
# RUN_OGADMREPO defined as OpenGnsys Repository Manager
# RUN_OGADMAGENT run task scheduler service
# RUN_BTTRACKER run Bittorrent Tracker
# RUN_BTSEEDER start seeding of selected torrent files
# RUN_CRON run Cron script to check started processes
RUN_OGADMSERVER="yes"
RUN_OGADMREPO="yes"
RUN_OGADMAGENT="yes"
RUN_BTTRACKER="yes"
RUN_BTSEEDER="yes"
RUN_CRONJOB="yes"
|