1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 02:32:51 +01:00

Updated AppData Directory (markdown)

Donald Webster 2019-11-12 13:20:00 -08:00
parent 1fa16c0ce7
commit 1c7c6fc689

@ -22,3 +22,15 @@ Sonarr's AppData folder contains the the databases for logs and general app info
### Argument
The `-data` argument forces the location of the AppData folder, so your startup command may be forcing a specific location. This is especially useful when trying to run multiple instances.
```
user@host ~ $ ps aux | grep -i sonarr
sonarr 15522 28.3 1.5 3596376 1037600 ? Ssl Nov11 291:03 /usr/bin/mono --debug /usr/lib/sonarr/Sonarr.exe -nobrowser -data=/var/lib/sonarr
```
```
user@host ~ $ sudo systemctl cat sonarr
...
ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/Sonarr.exe -nobrowser -data=/var/lib/sonarr
...
```