Changed Postgresql upstart job not to stop on network down

svn path=/nixos/trunk/; revision=9867
This commit is contained in:
Michael Raskin 2007-12-06 03:50:15 +00:00
parent becb4b69c1
commit 3ba09e4004

View File

@ -23,7 +23,7 @@ in
description \"PostgreSQL server\"
start on ${startDependency}/started
stop on ${startDependency}/stop
stop on shutdown
respawn ${postgresqlService}/bin/control start
";