nixos/emby: fixes binary name change introduced by #47659

This commit is contained in:
nyanloutre 2018-10-05 09:25:39 +02:00
parent 8c0d32f8e7
commit bb06b5b442

View file

@ -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";
};
};