nominatim-docker/start.sh

7 lines
117 B
Bash
Raw Normal View History

2018-11-06 09:45:13 +00:00
#!/bin/bash
service postgresql restart
service apache2 restart
tail -f /var/log/postgresql/postgresql-9.5-main.log