Files
vcr_capture/templates/stream_service.service

15 lines
266 B
Desktop File

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