v4l2rtspserver/v4l2rtspserver.service.in
2018-12-08 23:43:42 +00:00

14 lines
263 B
SYSTEMD

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