Skip to content

Commit

Permalink
dirty hack to to terinate the running osm3_query launched by the area…
Browse files Browse the repository at this point in the history
…s building process
  • Loading branch information
sletuffe committed Nov 15, 2013
1 parent 447eef4 commit 5a3ef57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/overpass
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ case "$1" in
fi
#FIXME this isn't enought, the osm3s_query builder will keep running for an entire loop of several hours, but we don't get it's pid
# Better than nothing -- sly
killall osm3s_query
log_daemon_msg "Stopping Overpass area builder " "area builder"
if start-stop-daemon --stop --quiet --oknodo --pidfile $AREA_UPDATE_PID_FILE; then
log_end_msg 0
Expand Down

0 comments on commit 5a3ef57

Please sign in to comment.