12 lines
247 B
SYSTEMD
12 lines
247 B
SYSTEMD
|
[Unit]
|
||
|
Description=VLC http service
|
||
|
|
||
|
[Service]
|
||
|
User=pil
|
||
|
ExecStart=/usr/bin/cvlc --quiet -I http --no-osd --http-password=secret --http-host=127.0.0.1 --http-port=5001
|
||
|
WorkingDirectory=/home/pil
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|