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

Daemon Setup - Service Mode

darraghh1 opened this issue · comments

Describe the bug
After following instructions as per here on how to set up service mode, I get the following error. I copy and pasted with 0 edits, I also tried to edit the folders but that didn't help.

Sep 04 15:03:07 DebianServer systemd[1]: camera.ui.service: Scheduled restart job, restart counter is at 188.
Sep 04 15:03:07 DebianServer systemd[1]: Stopped camera.ui.service - camera.ui.
Sep 04 15:03:07 DebianServer systemd[1]: camera.ui.service: Failed to load environment files: No such file or directory
Sep 04 15:03:07 DebianServer systemd[1]: camera.ui.service: Failed to run 'start' task: No such file or directory
Sep 04 15:03:07 DebianServer systemd[1]: camera.ui.service: Failed with result 'resources'.
Sep 04 15:03:07 DebianServer systemd[1]: Failed to start camera.ui.service - camera.ui.

To Reproduce
Follow the service mode instructions.

Expected behavior
Expected the service mode to work, could not start with above error.

Logs
See above.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment

  • Node.js Version: latest as of September 4 2023
  • Camera UI Version: latest as of September 4 2023
  • Operating System: Debian, latest as of September 4 2023
  • Browser: Chome

Question:
Could you outline the edits necessary to the files?

Bad path to files in FAQ (https://github.com/seydx/camera.ui?tab=readme-ov-file#service-mode), need to update. i Try t edit PATH to /usr/lib/node_modules/camera.ui/ but still error "Failed to run 'start' task: No such file or director"