nixos/emby: fixes binary name change introduced by #47659
This commit is contained in:
parent
8c0d32f8e7
commit
bb06b5b442
@ -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";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user