1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-28 20:27:21 +02:00

Created Command Line Options (markdown)

kaysond 2018-02-08 12:33:54 -08:00
parent eab26de858
commit d0816510e9

13
Command-Line-Options.md Normal file

@ -0,0 +1,13 @@
`/i` - Install the application as a Windows Service (NzbDrone).
`/u` - Uninstall already installed Windows Service (NzbDrone).
`/nobrowser` - Don't open Sonarr in a browser when starting.
`/terminateexisting` - Start Sonarr terminating any other instances (The default is to terminate the new instance)
`/data=path` - Path to use as the AppData location (stores database, config, logs, etc).
Note: options can also be specified with `-` instead of `/`
See: https://github.com/Radarr/Radarr/blob/develop/src/NzbDrone.Common/EnvironmentInfo/StartupContext.cs