view docker/sat_pubsub/scripts/launch_postgres_and_pubsub.sh @ 118:12cb931dbea0

docker (base): fixed bad escaping in add_host script, resulting in domain not put in /etc/hosts
author Goffi <goffi@goffi.org>
date Tue, 08 Mar 2016 17:54:11 +0100
parents d0a5db5b9bdf
children
line wrap: on
line source

#!/bin/sh
service postgresql start &&
exec su -c sat_pubsub sat