mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
conf: increase systemd start timeout
This allows for time to execute database migrations, and is in line with the official Mattermost docs.
This commit is contained in:
parent
1404063a5c
commit
d10c3cf7b3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Requires=mysql.service
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
ExecStart=__FINALPATH__/bin/platform
|
ExecStart=__FINALPATH__/bin/platform
|
||||||
TimeoutStartSec=90
|
TimeoutStartSec=3600
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
WorkingDirectory=__FINALPATH__
|
WorkingDirectory=__FINALPATH__
|
||||||
|
|
Loading…
Add table
Reference in a new issue