GITLAB
thubert
/
Projet-SC
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
0a7a4359e2c57f49c1187565d76d942fef2b95ff
Authored by
thubert
2017-06-13 22:12:56 +0200
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
init.d/projetsc.sh
Inline
Side-by-side
init.d/Chemin
0 → 100755
Wrap text
Show/Hide comments
View file @
0a7a435
...
...
@@ -0,0 +1 @@
1
+/etc/init.d
0
2
\ No newline at end of file
...
...
init.d/projetsc.sh
0 → 100755
Wrap text
Show/Hide comments
View file @
0a7a435
...
...
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+sudo motion &
3
+sudo /home/pi/projetSC/SerialWebsocket/websocket &
4
+
...
...