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:
parent
6b0842ff52
commit
83a9bf9a6a
50 changed files with 77 additions and 98 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue