services.roon-server: fix binary path

This commit is contained in:
Bernardo Meurer 2020-07-23 11:38:13 -07:00
parent 2aa39298b6
commit 0aadd405a3
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -45,7 +45,7 @@ in {
environment.ROON_DATAROOT = "/var/lib/${name}";
serviceConfig = {
ExecStart = "${pkgs.roon-server}/opt/start.sh";
ExecStart = "${pkgs.roon-server}/start.sh";
LimitNOFILE = 8192;
User = cfg.user;
Group = cfg.group;