blob: f998ccfb115cb13fde19178b62500041ef48e45e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# RUN_OGADMSERVER run OpenGnSys Admin service.
# RUN_OGADMREPO run OpenGnSys Repository Manager service.
# RUN_BTTRACKER run Bittorrent Tracker
# RUN_BTSEEDER starts 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"
|