Moved location to /root/tagserver

This commit is contained in:
Patrick McDonagh
2016-04-12 18:38:44 -05:00
parent c8baa20927
commit 83c63bde31

View File

@@ -19,7 +19,7 @@ case "$1" in
echo "Starting loggers"
kill -9 $(cat /root/tagserver.pid)
# run application you want to start
/usr/bin/python /home/poconsole/tagserver/python/tagserver_SQLite.py > /dev/null 2>&1 & echo $! > "/root/tagserver.pid"
/usr/bin/python /root/tagserver/python/tagserver_SQLite.py > /dev/null 2>&1 & echo $! > "/root/tagserver.pid"
;;
stop)