vigil

Security camera system built on motion and yolov7.
git clone git://code.dwrz.net/vigil
Log | Files | Refs

ddns.service (138B)


      1 [Unit]
      2 Description=DDNS
      3 RefuseManualStart=no
      4 RefuseManualStop=yes
      5 
      6 [Service]
      7 Type=oneshot
      8 ExecStart=r53
      9 
     10 [Install]
     11 WantedBy=timers.target