Base on Stretch, add Zeyple

This commit is contained in:
andryyy
2017-04-05 22:19:41 +02:00
parent 34bc242554
commit 2b955d08ab
5 changed files with 319 additions and 6 deletions

View File

@@ -12,6 +12,17 @@ command=/opt/postfix.sh
autorestart=true
[program:postfix-maillog]
command=/usr/bin/tail -f /var/log/mail.log
stdout_logfile=/dev/fd/1
command=/bin/tail -f /var/log/zeyple.log /var/log/mail.log
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
[unix_http_server]
file=/var/tmp/supervisord.sock
chmod=0770
chown=nobody:nogroup
[supervisorctl]
serverurl=unix:///var/tmp/supervisord.sock
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface