Skip to content

Commit

Permalink
Update dragondetector
Browse files Browse the repository at this point in the history
Added comments for installation
  • Loading branch information
Workshopshed committed Nov 12, 2016
1 parent e35ac89 commit 1a87c92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dragondetector
Expand Up @@ -12,6 +12,10 @@

# From http://blog.scphillips.com/posts/2013/07/getting-a-python-script-to-run-in-the-background-as-a-service-on-boot/

# Copy file to /etc/init.d
# Make executable with chmod 755 /etc/init.d/dragondetector
# install sudo update-rc.d dragondetector defaults

# Change the next 3 lines to suit where you install your script and what you want to call it
DIR=/home/linaro/Code
DAEMON=$DIR/Dragon.py
Expand Down

0 comments on commit 1a87c92

Please sign in to comment.