Overpass-API
Overpass-API copied to clipboard
shutdown script for ubuntu w/systemd
this may not really be necessary, but i set up this simple script to drop into /usr/lib/systemd/system-shutdown/ where it will be run at shutdown if permissions are set to 755.
#!/bin/sh sudo -u overpass /opt/overpass/bin/dispatcher --areas --terminate sudo -u overpass /opt/overpass/bin/dispatcher --osm-base --terminate
Definitely a good idea.