We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447eef4 commit 5a3ef57Copy full SHA for 5a3ef57
debian/overpass
@@ -138,6 +138,7 @@ case "$1" in
138
fi
139
#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
140
# Better than nothing -- sly
141
+ killall osm3s_query
142
log_daemon_msg "Stopping Overpass area builder " "area builder"
143
if start-stop-daemon --stop --quiet --oknodo --pidfile $AREA_UPDATE_PID_FILE; then
144
log_end_msg 0
0 commit comments