Difference between revisions of "Appdata Directory Misc"

From Servarr
Line 6: Line 6:
 
=== Sonarr ===
 
=== Sonarr ===
 
<section begin=sonarr_appdata_directory_arguments />
 
<section begin=sonarr_appdata_directory_arguments />
Radarr Arguments Text
+
The <code>-data</code> 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.
<section end=sonarr_appdata_directiory_augments />
+
<div style="margin-left: 2em;"><pre>
 +
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</pre>
 +
</div>
 +
 
 +
<div style="margin-left: 2em;"><pre>
 +
user@host ~ $ sudo systemctl cat sonarr
 +
...
 +
ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/sonarr.exe -nobrowser -data=/var/lib/sonarr
 +
...</pre></div><section end=sonarr_appdata_directiory_augments />
 +
 
 
=== Lidarr ===
 
=== Lidarr ===
 
<section begin=lidarr_appdata_directory_arguments />
 
<section begin=lidarr_appdata_directory_arguments />

Revision as of 03:33, 28 November 2020

Arguments

Radarr

Radarr Arguments Text

Sonarr

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
...

Lidarr

Lidarr Arguments Text

Readarr

Readarr Arguments Text