Explorar el Código

fix typo in script path

David hace 8 años
padre
commit
a18922211a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      camera1/camera.service

+ 1 - 1
camera1/camera.service

@@ -4,7 +4,7 @@ After=syslog.target network.target
 
 [Service]
 Type=simple
-ExecStart=/home/curso/snowmix/camera1/cam.py
+ExecStart=/home/curso/code/snowmix/camera1/cam.py
 Restart=always
 RestartSec=3