default service start timeout to 5 minutes. THe default of 1.5 minutes is too short on some larger systems
This commit is contained in:
parent
348764985b
commit
3e31203a22
|
@ -17,6 +17,7 @@ PIDFile=/var/run/zm/zm.pid
|
|||
Restart=always
|
||||
RestartSec=10
|
||||
Environment=TZ=:/etc/localtime
|
||||
TimeoutSec=600
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue