aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/systemd-units/voctomix-grabber-source.service
blob: 8d3ba8c8b3abbc1c512634bf5e60eb7213eca44d (plain)
  1. [Unit]
  2. Description = voctomix video-source for framegrabber
  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-grabber.sh
  8. Restart = always
  9. RestartSec = 1s
  10. StartLimitInterval = 0
  11. [Install]
  12. WantedBy = voctomix-voctocore.service