mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
705b3da0e7
* repackage
19 lines
320 B
Desktop File
19 lines
320 B
Desktop File
[Unit]
|
|
Description=Mattermost
|
|
After=network.target
|
|
After=mysql.service
|
|
Requires=mysql.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=__FINALPATH__/bin/mattermost
|
|
TimeoutStartSec=3600
|
|
Restart=always
|
|
RestartSec=10
|
|
WorkingDirectory=__FINALPATH__
|
|
User=__APP__
|
|
Group=__APP__
|
|
LimitNOFILE=49152
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|