Matrix server automated install
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

matrix.service 272B

123456789101112
  1. [Unit]
  2. Description=Matrix Chat Service
  3. After=network-online.target docker.service
  4. [Service]
  5. Type=simple
  6. WorkingDirectory=/opt/matrix
  7. ExecStart=/usr/bin/docker compose up --remove-orphans --build
  8. ExecStop=/usr/bin/docker compose down
  9. [Install]
  10. WantedBy=multi-user.target