mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-16 16:04:08 +01:00
Created Command Line Options (markdown)
parent
eab26de858
commit
d0816510e9
13
Command-Line-Options.md
Normal file
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
|
Loading…
Reference in New Issue
Block a user