New system for SOGo to be able to use cronjobs... mail alarms need bug fix from SOGo

This commit is contained in:
andryyy
2016-12-18 12:52:32 +01:00
parent dbf2275094
commit d128d46240
4 changed files with 43 additions and 14 deletions

View File

@@ -0,0 +1,23 @@
[supervisord]
nodaemon=true
[program:rsyslog]
command=/usr/sbin/rsyslogd -n
autostart=true
autorestart=true
redirect_stderr=true
[program:sogo]
command=/usr/sbin/sogod
user=sogo
autorestart=true
[program:sogo-syslog]
command=/usr/bin/tail -f /var/log/syslog -f /var/log/sogo/sogo.log
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
[program:sogo-cron]
command=/sogo-cron.sh
user=sogo
autorestart=true