nixpkgs/upstart-jobs/apache-httpd
Eelco Dolstra 5235acb1d7 * extraSubservices: the subservice config no longer needs to be
in a `config' attribute.  So instead of

    extraSubservices = [
      { serviceName = "foo";
        config = {
          bla = ...;
        };
      }
    ];

  you can write

    extraSubservices = [
      { serviceName = "foo";
        bla = ...;
      }
    ];

svn path=/nixos/trunk/; revision=12024
2008-06-09 16:35:24 +00:00
..
default.nix * extraSubservices: the subservice config no longer needs to be 2008-06-09 16:35:24 +00:00
per-server-options.nix * Modified the SSL configuration a bit. Instead of having a httpPort 2008-04-24 11:56:38 +00:00
subversion.nix * Allow disambiguation between the admin scripts of multiple 2008-04-24 11:42:50 +00:00
twiki.nix * Added a subservices for the Zabbix PHP frontend. 2008-06-09 15:52:02 +00:00
zabbix.nix svn path=/nixos/trunk/; revision=12023 2008-06-09 16:02:38 +00:00