ansible-roles/webapps/mattermost/templates/mattermost.service.j2

21 lines
354 B
Plaintext
Raw Normal View History

[Unit]
Description=Mattermost
After=network.target
After=postgresql.service
Requires=postgresql.service
[Service]
Type=notify
Restart=always
WorkingDirectory={{ home_base }}/%i/mattermost
ExecStart=/{{ home_base }}/%i/mattermost/bin/mattermost
TimeoutStartSec=3600
LimitNOFILE=49152
RestartSec=10
User=%i
Group=%i
[Install]
WantedBy=multi-user.target