Commit 89f95c34 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Enable TimerService: ERP5Site creation and Activities are working.

parent 70d238d6
......@@ -217,7 +217,7 @@ def runwsgi():
else:
SignalHandler.registerHandler(signal.SIGTERM, sys.exit)
if args.timerserver_interval and False:
if args.timerserver_interval:
import Products.TimerService
Products.TimerService.timerserver.TimerServer.TimerServer(
module='Zope2',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment