add script to install, start and stop riot

This commit is contained in:
Bruno Windels 2018-07-18 17:52:51 +02:00
parent dcf4be79b7
commit 2cb83334ed
4 changed files with 17 additions and 0 deletions

3
riot/stop.sh Normal file
View file

@ -0,0 +1,3 @@
PIDFILE=riot.pid
kill $(cat $PIDFILE)
rm $PIDFILE