1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-28 16:45:40 +00:00

Updated Using NSSM on Windows (markdown)

morpheus65535 2019-02-02 07:37:36 -05:00
parent 1c2c341c1b
commit bd934797ad

@ -1,4 +1,7 @@
## Installing Bazarr as a Windows Service ## Installing Bazarr as a Windows Service
Prior to doing those step, you first need to install Bazarr: https://github.com/morpheus65535/bazarr/wiki/Installation-Running-from-Source
1. Download the latest NSSM from [https://nssm.cc/download](https://nssm.cc/download). It is recommended to grab the prerelease due to a slight issue with the Windows 10 Creators Update. 1. Download the latest NSSM from [https://nssm.cc/download](https://nssm.cc/download). It is recommended to grab the prerelease due to a slight issue with the Windows 10 Creators Update.
2. Either place the downloaded NSSM binary in `C:\Windows\System32`, or add it to your `PATH`. This is to allow you to use NSSM from any location. 2. Either place the downloaded NSSM binary in `C:\Windows\System32`, or add it to your `PATH`. This is to allow you to use NSSM from any location.
3. Run `cmd` as an Administrator and use the command `nssm install bazarr` 3. Run `cmd` as an Administrator and use the command `nssm install bazarr`