Tilestache: Use official repository again

With newer tilestache in official repo, we do not need our local
version any more.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2019-07-19 18:59:35 +02:00
parent 50793e5d90
commit e6bb3b9ce0
2 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,5 @@
#!/usr/bin/python3
import sys
sys.path.insert(0,'/data/fff/TileStache')
import os
import logging
import TileStache

View File

@ -3,7 +3,7 @@ Description=FF-MAP Tiles
After=syslog.target
[Service]
ExecStart=/usr/bin/uwsgi_python3 -s 127.0.0.1:3032 --eval 'import sys; sys.path.insert(0,"/data/fff/TileStache"); import TileStache; application = TileStache.WSGITileServer("/usr/share/ffmap/tilestache.cfg")' --master --processes 4 --uid www-data --gid www-data --enable-threads --disable-logging --log-4xx --log-5xx
ExecStart=/usr/bin/uwsgi_python3 -s 127.0.0.1:3032 --eval 'import TileStache; application = TileStache.WSGITileServer("/usr/share/ffmap/tilestache.cfg")' --master --processes 4 --uid www-data --gid www-data --enable-threads --disable-logging --log-4xx --log-5xx
Restart=always
KillSignal=SIGQUIT
Type=notify