Changed Postgresql upstart job not to stop on network down
svn path=/nixos/trunk/; revision=9867
This commit is contained in:
parent
becb4b69c1
commit
3ba09e4004
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ in
|
|||
description \"PostgreSQL server\"
|
||||
|
||||
start on ${startDependency}/started
|
||||
stop on ${startDependency}/stop
|
||||
stop on shutdown
|
||||
|
||||
respawn ${postgresqlService}/bin/control start
|
||||
";
|
||||
|
|
Loading…
Reference in a new issue