[tryton-debian-vcs] tryton-server branch debian updated. debian/3.6.0-1-1-gee03f20

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Apr 27 16:06:17 UTC 2015


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-server.git;a=commitdiff;h=debian/3.6.0-1-1-gee03f20

commit ee03f2016cfe050b432175feed4a49487f17a080
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Apr 27 17:06:55 2015 +0200

    Running internal cron of trytond by default.
    
    The automatical start of the internal cron was removed, because only one
    trytond should run the cron per database. This is usually the case, so
    we provide the old behavior.

diff --git a/debian/tryton-server.default b/debian/tryton-server.default
index 5e4f327..1ed770c 100644
--- a/debian/tryton-server.default
+++ b/debian/tryton-server.default
@@ -19,4 +19,4 @@ LOGCONF="/etc/tryton/trytond_log.conf"
 
 # Additional options that are passed to the Daemon.
 # i.e. to increase the verbosity of the server log add -v
-DAEMON_OPTS=" --config ${CONFIGFILE} --logconf ${LOGCONF}"
+DAEMON_OPTS=" --config ${CONFIGFILE} --logconf ${LOGCONF} --cron"
diff --git a/debian/tryton-server.service b/debian/tryton-server.service
index e9ce0c0..d803fd7 100644
--- a/debian/tryton-server.service
+++ b/debian/tryton-server.service
@@ -9,7 +9,7 @@ ConditionPathExists=/etc/tryton/trytond.conf
 [Service]
 User=tryton
 Group=tryton
-ExecStart=/usr/bin/trytond --config /etc/tryton/trytond.conf --logconf /etc/tryton/trytond_log.conf
+ExecStart=/usr/bin/trytond --config /etc/tryton/trytond.conf --logconf /etc/tryton/trytond_log.conf --cron
 Restart=on-failure
 
 [Install]
-- 
tryton-server



More information about the tryton-debian-vcs mailing list