Commit 0a7a4359e2c57f49c1187565d76d942fef2b95ff

Authored by thubert
1 parent c9c3f16d

ajout du script qui s'execute au démarrage

Showing 2 changed files with 5 additions and 0 deletions   Show diff stats
init.d/Chemin 0 → 100755
... ... @@ -0,0 +1 @@
  1 +/etc/init.d
0 2 \ No newline at end of file
... ...
init.d/projetsc.sh 0 → 100755
... ... @@ -0,0 +1,4 @@
  1 +#!/bin/bash
  2 +sudo motion &
  3 +sudo /home/pi/projetSC/SerialWebsocket/websocket &
  4 +
... ...