blob: 24d2426559b311628971c83dc2396d4be9b5b6dd (
plain)
1
2
3
4
5
6
7
8
9
|
# 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_OGADMSERVER="yes"
RUN_OGADMREPO="yes"
RUN_OGADMAGENT="yes"
RUN_BTTRACKER="yes"
RUN_BTSEEDER="yes"
|