initial commit, carputer ansible role

This commit is contained in:
2025-07-26 15:09:47 -07:00
commit b81872440f
17 changed files with 526 additions and 0 deletions

View 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