1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-29 04:26:32 +03:00

* Change all the startOn / stopOn attributes to the Upstart 0.6 syntax

(e.g., startOn = "started foo" instead of startOn = "foo").

svn path=/nixos/branches/upstart-0.6/; revision=18230
This commit is contained in:
Eelco Dolstra 2009-11-06 22:19:17 +00:00
parent 6b0842ff52
commit 83a9bf9a6a
50 changed files with 77 additions and 98 deletions

View file

@ -116,8 +116,7 @@ in
jobs.postgresql =
{ description = "PostgreSQL server";
startOn = "${startDependency}/started";
stopOn = "shutdown";
startOn = "started ${startDependency}";
preStart =
''