3
0
Fork 0
forked from mirrors/nixpkgs

couchdb(nixos): removing whitespace and line that was commented

This commit is contained in:
Rok Garbas 2014-01-18 18:24:03 +00:00 committed by Domen Kožar
parent a6a3b22bc0
commit 55cff93f04

View file

@ -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";
};
};