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
@@ -119,7 +119,7 @@ in {
PermissionsStartOnly = true;
User = cfg.user;
Group = cfg.group;
ExecStart = "${cfg.package}/bin/scollector -conf=${conf} ${lib.concatStringsSep " " cfg.extraOpts}";
ExecStart = "${cfg.package.bin}/bin/scollector -conf=${conf} ${lib.concatStringsSep " " cfg.extraOpts}";
};
};