nixos/couchdb: /var/run -> /run

This commit is contained in:
Bob van der Linden 2018-12-19 22:35:41 +01:00
parent 66fb3aa1be
commit 651f05c47c

View file

@ -85,7 +85,7 @@ in {
uriFile = mkOption {
type = types.path;
default = "/var/run/couchdb/couchdb.uri";
default = "/run/couchdb/couchdb.uri";
description = ''
This file contains the full URI that can be used to access this
instance of CouchDB. It is used to help discover the port CouchDB is