aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/systemd-units/voctomix-cam3-source.service
blob: 3d941bcc0fa9562f41307a8b3f11e279bb7bf262 (plain)
  1. [Unit]
  2. Description = voctomix test-video-source cam3
  3. After = voctomix-voctocore.service
  4. Requires = voctomix-voctocore.service
  5. [Service]
  6. Type = simple
  7. ExecStart = /usr/share/doc/voctomix/example-scripts/gstreamer/source-videotestsrc-as-cam3.sh
  8. Restart = always
  9. RestartSec = 1s
  10. StartLimitInterval = 0
  11. [Install]
  12. WantedBy = voctomix-voctocore.service