fgrehm/ventriloquist

View on GitHub
services/postgresql/9.3/config/bin/start-postgres

Summary

Maintainability
Test Coverage
#!/bin/sh

set -e

/etc/init.d/postgresql start
tail -f /var/log/postgresql/postgresql-9.3-main.log