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

This commit is contained in:
Bob van der Linden
2019-03-20 00:02:42 +01:00
parent 66fb3aa1be
commit 651f05c47c
+1 -1
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