source: admin/Sources/Services/opengnsys.default @ 0a735488

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 0a735488 was cafc669, checked in by ramon <ramongomez@…>, 11 years ago

#616: Añadir variable RUN_CRONJOB a fichero /etc/default/opengnsys para elegir si no se desea ejecutar en el Cron el fichero de comprobación de servicios ejecutados.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@4228 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 374 bytes
Line 
1# RUN_OGADMSERVER run OpenGnSys Admin service.
2# RUN_OGADMREPO run OpenGnSys Repository Manager service.
3# RUN_BTTRACKER run Bittorrent Tracker
4# RUN_BTSEEDER starts seeding of selected torrent files
5# RUN_CRON run Cron script to check started processes
6RUN_OGADMSERVER="yes"
7RUN_OGADMREPO="yes"
8RUN_OGADMAGENT="yes"
9RUN_BTTRACKER="yes"
10RUN_BTSEEDER="yes"
11RUN_CRONJOB="yes"
Note: See TracBrowser for help on using the repository browser.