mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
conf: make the start timeout explicit
This is the default value of systemd, made explicit. If startup takes longer than that, the process will be killed.
This commit is contained in:
parent
331fcce8c5
commit
397793f407
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ Requires=mysql.service
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
ExecStart=__FINALPATH__/bin/platform
|
ExecStart=__FINALPATH__/bin/platform
|
||||||
|
TimeoutStartSec=90
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
WorkingDirectory=__FINALPATH__
|
WorkingDirectory=__FINALPATH__
|
||||||
|
|
Loading…
Reference in a new issue