[SOGo] Rename reconf-domains to bootstrap-sogo and exec sogod after a successful bootstrap; Wait for SOGo to die and free listener

This commit is contained in:
andryyy
2017-07-24 23:25:04 +02:00
parent 5d5646df0c
commit b629089ff8
4 changed files with 17 additions and 23 deletions

View File

@@ -22,8 +22,8 @@ user=sogo
autorestart=true
priority=4
[program:reconf-domains]
command=/reconf-domains.sh
[program:bootstrap-sogo]
command=/bootstrap-sogo.sh
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
@@ -31,6 +31,7 @@ stderr_logfile_maxbytes=0
priority=3
startretries=10
autorestart=true
stopwaitsecs=120
[program:sogo]
command="/usr/sbin/sogod"