implement quit api. indicate if backend is offline

This commit is contained in:
j 2016-01-08 10:02:24 +05:30
commit 5d4ed8ffbc
8 changed files with 83 additions and 35 deletions

2
ctl
View file

@ -90,7 +90,7 @@ if [ "$1" == "debug" ]; then
exit 1
fi
shift
exec python3 oml server $@
exec python3 oml server debug $PID
fi
if [ "$1" == "stop" ]; then
remove_loginscript