Fixes #16181 - using bin output for Go services

This commit is contained in:
Kamil Chmielewski
2016-06-13 23:32:16 +02:00
parent d2b58dd39a
commit 437ea9fd37
9 changed files with 12 additions and 12 deletions

View File

@@ -115,7 +115,7 @@ in {
serviceConfig = {
Type = "notify";
ExecStart = "${pkgs.etcd}/bin/etcd";
ExecStart = "${pkgs.etcd.bin}/bin/etcd";
User = "etcd";
PermissionsStartOnly = true;
};