initial commit, carputer ansible role
This commit is contained in:
14
templates/ustreamer.service.j2
Normal file
14
templates/ustreamer.service.j2
Normal file
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=uStreamer - Lightweight HTTP Live Streaming server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/ustreamer --format=jpeg --resolution={{ resolution }} \
|
||||
--port={{ ustreamer_port}} --host=0.0.0.0 --device={{ video_device }}
|
||||
|
||||
Restart=always
|
||||
User=ustreamer
|
||||
Group=ustreamer
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user