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