[systemd] Add more ustreamer and snapspot

This commit is contained in:
2025-01-30 14:19:32 -05:00
parent 4371a8a72d
commit cb1cc666f7
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[Unit]
Description=uStreamer
[Service]
ExecStart=/usr/bin/ustreamer -s 0.0.0.0 -p 8081 -r 1920x1080 -d /dev/video0 -m MJPEG
ExecStop=kill $(pidof ustreamer)
Restart=on-failure
[Install]
WantedBy=default.target