seydx / camera.ui

NVR like user Interface for RTSP capable cameras

Home Page:https://github.com/seydx/camera.ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

command line to start cameraui with the system.

Edi-v94 opened this issue · comments

Hello I couldn't find a command line to make camera.ui start with debian 12 for that reason I created a functional command I will send it below, could you put it next to the installation tutorial?

1 create notepad with name.

sudo nano /lib/systemd/system/cameraui.service

2 inside notepad

[Service]
ExecStart=/usr/local/bin/camera.ui

[Install]
WantedBy=multi-user.target

3 to update the list of debian services

sudo systemctl daemon-reload

4 to update the service table that starts with the system

sudo systemctl enable cameraui.service

5 to check if service is running

sudo systemctl list-units --type service