aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/systemd-units/voctomix-streaming-sink.service
blob: 8cc53cc065be9f5361ef39aa04afe1cafe688afd (plain)
  1. [Unit]
  2. Description = voctomix streaming-hd sink
  3. After = voctomix-voctocore.service
  4. Requires = voctomix-voctocore.service
  5. [Service]
  6. Type = simple
  7. ExecStart = /usr/share/doc/voctomix/example-scripts/ffmpeg/stream-hd.sh
  8. Restart = always
  9. RestartSec = 1s
  10. StartLimitInterval = 0
  11. [Install]
  12. WantedBy = voctomix-voctocore.service