Add start.sh, stop.sh

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2018-01-21 20:56:05 +01:00
parent c97a036713
commit e51d6830d4
2 changed files with 10 additions and 0 deletions

5
start.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
printf "\nStarting ...\n\n"
systemctl start uwsgi-ffmap
systemctl start uwsgi-tiles

5
stop.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
printf "\nStopping ...\n\n"
systemctl stop uwsgi-tiles
systemctl stop uwsgi-ffmap