srs.service 242 B

12345678910111213
  1. [Unit]
  2. Description=The SRS Media Stream Cluster
  3. After=network.target
  4. [Service]
  5. Type=forking
  6. Restart=always
  7. ExecStart=/etc/init.d/srs start
  8. ExecReload=/etc/init.d/srs reload
  9. ExecStop=/etc/init.d/srs stop
  10. [Install]
  11. WantedBy=multi-user.target