Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
217 B

  1. [Unit]
  2. Description=Mattermost
  3. After=network.target
  4. [Service]
  5. User=mattermost
  6. ExecStart=/opt/mattermost/bin/platform
  7. WorkingDirectory=/opt/mattermost
  8. Restart=always
  9. RestartSec=30
  10. [Install]
  11. WantedBy=multi-user.target