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:
parent
6b0842ff52
commit
83a9bf9a6a
50 changed files with 77 additions and 98 deletions
|
@ -116,8 +116,7 @@ in
|
|||
jobs.postgresql =
|
||||
{ description = "PostgreSQL server";
|
||||
|
||||
startOn = "${startDependency}/started";
|
||||
stopOn = "shutdown";
|
||||
startOn = "started ${startDependency}";
|
||||
|
||||
preStart =
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue