Files
vcr_capture/templates/stream_service.service
2025-09-20 14:28:45 -07:00

16 lines
270 B
Desktop File

[Unit]
Description=VCR Streaming Service
After=network.target
[Service]
Type=simple
KillSignal=SIGINT
WorkingDirectory={{ streaming_working_folder }}
ExecStart={{ streaming_working_folder }}/stream_service.sh
User=root
Group=root
[Install]
WantedBy=multi-user.target