nominatim-docker/start.sh
Andrei Dragulescu 546c010369 initial commit
2018-11-06 11:45:13 +02:00

7 lines
117 B
Bash

#!/bin/bash
service postgresql restart
service apache2 restart
tail -f /var/log/postgresql/postgresql-9.5-main.log