0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +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

@ -450,8 +450,7 @@ in
description = "Apache HTTPD";
startOn = "${startingDependency}/started";
stopOn = "shutdown";
startOn = "started ${startingDependency}";
environment =
{ # !!! This should be added in test-instrumentation.nix. It