Commit 5bd8bc2d authored by Łukasz Nowak's avatar Łukasz Nowak

- do not send mails


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45638 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 520954b3
......@@ -266,7 +266,7 @@ class Recipe(BaseSlapRecipe):
__name__ + '.execute', 'execute')], self.ws, sys.executable,
self.wrapper_directory, arguments=[
self.options['dcrond_binary'].strip(), '-s', cron_d, '-c', crontabs,
'-t', timestamps, '-L', logfile, '-f', '-l', '6']
'-t', timestamps, '-L', logfile, '-f', '-l', '6', '-M', '/bin/true']
)[0]
self.path_list.append(wrapper)
return cron_d
......
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