janus-gateway.service 203 B

12345678910111213
  1. [Unit]
  2. Description=Janus WebRTC Gateway
  3. Wants=network.target
  4. StartLimitIntervalSec=0
  5. [Service]
  6. Type=simple
  7. ExecStart=/usr/bin/janus
  8. Restart=on-failure
  9. RestartSec=5
  10. [Install]
  11. WantedBy=multi-user.target