Skip to content

Commit

Permalink
nixos/emby: fixes binary name change introduced by NixOS#47659
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanloutre committed Oct 5, 2018
1 parent 8c0d32f commit bb06b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/emby.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ in
User = cfg.user;
Group = cfg.group;
PermissionsStartOnly = "true";
ExecStart = "${pkgs.emby}/bin/MediaBrowser.Server.Mono";
ExecStart = "${pkgs.emby}/bin/emby";
Restart = "on-failure";
};
};
Expand Down

0 comments on commit bb06b5b

Please sign in to comment.