[Postfix] Remove old socket

master
andryyy 2017-10-04 23:15:26 +02:00
parent 3de01afce0
commit 2dc8306b69
1 changed files with 1 additions and 11 deletions

View File

@ -1,5 +1,6 @@
[supervisord]
nodaemon=true
user=root
[program:syslog-ng]
command=/usr/sbin/syslog-ng --foreground --no-caps
@ -12,14 +13,3 @@ autostart=true
[program:postfix]
command=/opt/postfix.sh
autorestart=true
[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