eugelai 0 Posted May 3, 2018 Posted May 3, 2018 I used to run Emby as a Windows service, but now since the update to 3.4, the path is broken. The path to executable in the windows service is this "C:\Users\Eugene\AppData\Roaming\Emby-Server\system\MediaBrowser.ServerApplication.exe" -service This file no longer exists. What has changed and how can we re-enable Emby to run as a Windows Service in 3.4 ?
KMBanana 116 Posted May 3, 2018 Posted May 3, 2018 Not sure what changed, I just removed and readded it as a service with NSSM and it started working again. https://github.com/MediaBrowser/Wiki/wiki/Running%20Emby%20Server%20as%20a%20Windows%20Service
eugelai 0 Posted May 3, 2018 Author Posted May 3, 2018 Thanks, I'll do the same. Isn't this the same directory? Application path: path to EmbyServer.exe Startup directory: folder containing the above executable
KMBanana 116 Posted May 3, 2018 Posted May 3, 2018 Thanks, I'll do the same. Isn't this the same directory? Application path: path to EmbyServer.exe Startup directory: folder containing the above executable Application path: C:\WhateverDirectory\EmbyServer.exe Starup directory: C:\WhateverDirectory
Luke 42089 Posted May 3, 2018 Posted May 3, 2018 Application path would be the full .exe path and not the containing folder path.
eugelai 0 Posted May 3, 2018 Author Posted May 3, 2018 OK, I must be an idiot or I'm missing some or part of the instructions. When I create the Windows Service using the method above, I end up getting a Emby service created that runs C:\Nssm\nssm.exe
Luke 42089 Posted May 3, 2018 Posted May 3, 2018 That's normal. NSSM is a little utility that allows any program to run as a windows service, so going forward those are our recommended instructions.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now