etcd: 2.1.2 -> 2.3.0

This commit is contained in:
Kevin Cox
2016-03-26 22:47:15 -04:00
parent 32b7b0009f
commit 26bd115c9c
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -114,6 +114,7 @@ in {
}) // (mapAttrs' (n: v: nameValuePair "ETCD_${n}" v) cfg.extraConf);
serviceConfig = {
Type = "notify";
ExecStart = "${pkgs.etcd}/bin/etcd";
User = "etcd";
PermissionsStartOnly = true;