16 lines
262 B
Desktop File
16 lines
262 B
Desktop File
[Unit]
|
|
Description=VCR Stream Preview
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
KillSignal=SIGINT
|
|
WorkingDirectory={{ stream_preview_folder }}
|
|
ExecStart={{ stream_preview_folder }}/preview_service.sh
|
|
User=root
|
|
Group=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|