mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
couchdb(nixos): removing whitespace and line that was commented
This commit is contained in:
parent
a6a3b22bc0
commit
55cff93f04
|
@ -10,7 +10,7 @@ let
|
|||
[couchdb]
|
||||
database_dir = ${cfg.databaseDir}
|
||||
uri_file = ${cfg.uriFile}
|
||||
view_index_dir = ${cfg. viewIndexDir}
|
||||
view_index_dir = ${cfg.viewIndexDir}
|
||||
|
||||
[httpd]
|
||||
port = ${toString cfg.port}
|
||||
|
@ -197,7 +197,6 @@ in
|
|||
Group = cfg.group;
|
||||
Type = "forking";
|
||||
ExecStart = "${cfg.package}/bin/couchdb -b -o /dev/null -e /dev/null -p ${cfg.pidFile} -a ${configFile} -a ${configExtraFile} -a ${cfg.customConfigFile}";
|
||||
#ExecStart = "${cfg.package}/bin/couchdb -b -o /dev/null -e /dev/null -p ${cfg.pidFile} -a ${configFile} -a ${configExtraFile} -a ${cfg.customConfigFile}";
|
||||
ExecStop = "${cfg.package}/bin/couchdb -d";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue