v4l2rtspserver/v4l2rtspserver.service.in

14 lines
259 B
SYSTEMD
Raw Normal View History

2018-01-20 19:45:26 +00:00
[Unit]
Description=V4L2 RTSP server
After=network.target
2018-01-20 19:45:26 +00:00
[Service]
Type=simple
Restart=always
2018-12-08 15:14:30 +00:00
RestartSec=5
2018-01-20 19:45:26 +00:00
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/v4l2rtspserver
WorkingDirectory=@CMAKE_INSTALL_PREFIX@/share/v4l2rtspserver
[Install]
WantedBy=multi-user.target