1
0
Fork 0
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:
Pierre de La Morinerie 2018-02-16 09:45:53 +05:30
parent 331fcce8c5
commit 397793f407

View file

@ -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__