summaryrefslogtreecommitdiffstats
path: root/admin/Sources
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2020-04-22 13:31:39 +0200
committerRamón M. Gómez <ramongomez@us.es>2020-04-22 13:31:39 +0200
commitc3e4ff16fe3448515acf529fb5f0f371e748b00a (patch)
treeb0c685eb83ad5e02168fedd86286bd89de4e013e /admin/Sources
parentb77345f7604c02dfd16a6b63cc9e9efa114f0b55 (diff)
#972: Remove cron job definition from the default file; then updater checks if service code has changed to restart it automatically.
Diffstat (limited to 'admin/Sources')
-rw-r--r--admin/Sources/Services/opengnsys.default2
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/Sources/Services/opengnsys.default b/admin/Sources/Services/opengnsys.default
index c0196537..d7376cf1 100644
--- a/admin/Sources/Services/opengnsys.default
+++ b/admin/Sources/Services/opengnsys.default
@@ -7,11 +7,9 @@
# 8 for Admin Server or Repo without Torrent
# 0 for Admin Server and Repo with Torrent
# -8 for Repo with Torrent
-# RUN_CRON run Cron script to check started processes
RUN_OGADMSERVER="yes"
RUN_OGADMREPO="yes"
RUN_OGADMAGENT="yes"
RUN_BTTRACKER="yes"
RUN_BTSEEDER="yes"
BTSEEDER_PRIORITY=0
-RUN_CRONJOB="yes"