add script to install, start and stop riot
This commit is contained in:
parent
dcf4be79b7
commit
2cb83334ed
4 changed files with 17 additions and 0 deletions
3
riot/stop.sh
Normal file
3
riot/stop.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
PIDFILE=riot.pid
|
||||
kill $(cat $PIDFILE)
|
||||
rm $PIDFILE
|
Loading…
Add table
Add a link
Reference in a new issue