You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
v4l2rtspserver/v4l2rtspserver.service.in

14 lines
259 B
INI

[Unit]
Description=V4L2 RTSP server
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=1
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/v4l2rtspserver
WorkingDirectory=@CMAKE_INSTALL_PREFIX@/share/v4l2rtspserver
[Install]
WantedBy=multi-user.target