Run 3 sogod process by default instead on only 1

This commit is contained in:
Jean Raby
2013-09-09 10:07:07 -04:00
parent 53f9d0d7f5
commit df42ab2a46
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# The amount of processes that should be spawned (Default: 1)
# PREFORK=1
# The amount of processes that should be spawned (Default: 3)
# PREFORK=3
# The name of the account under which SOGo will be running (Default: sogo)
# USER=sogo
+1 -1
View File
@@ -34,7 +34,7 @@ DAEMON=/usr/sbin/sogod
DESC="SOGo"
USER=$NAME
PREFORK=1
PREFORK=3
PIDFILE=/var/run/$NAME/$NAME.pid
LOGFILE=/var/log/$NAME/$NAME.log
+1 -1
View File
@@ -37,7 +37,7 @@ DAEMON=/usr/sbin/sogod
DESC="SOGo"
USER=$NAME
PREFORK=1
PREFORK=3
PIDFILE=/var/run/$NAME/$NAME.pid
LOGFILE=/var/log/$NAME/$NAME.log