v4l2rtspserver/v4l2rtspserver.service.in

14 lines
263 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-12-08 23:43:42 +00:00
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/@PROJECT_NAME@ -S1
2018-12-08 22:19:16 +00:00
WorkingDirectory=@CMAKE_INSTALL_PREFIX@/share/@PROJECT_NAME@
[Install]
WantedBy=multi-user.target