Roger Far
Roger Far
Looks like still a permission issue: `Access to the path '/watch/processed' is denied.` Make sure that the /watch/ path is mapped properly and that docker can read the folder.
That setting is blank by default, at one point it got set. If you clear out the setting `Watch Path` it will not attempt to check for that directory anymore.
So this is blank? 
Then really that error shouldn't happen anymore, does it still take long for a restart?
How long does that take now? Because it's only doing this command: https://github.com/rogerfar/rdt-client/blob/cc7abc82ba22382a1ac608ace11b087c519a8427/root/etc/cont-init.d/30-config#L13
Is there a part missing? I don't see [cont-init.d] 30 starting.
Yeah so it's really this part: ``` 2022-08-26T17:11:34.011291478Z Setting permissions 2022-08-26T17:23:55.100760409Z [cont-init.d] 30-config: exited 0. ``` Which is executing this: ``` chown -R abc:abc \ /app /data /config ``` /app...
Because it has to put files there, so it needs permission to put the files there. For the time being I suggest making a folder inside your data folder like...
You can use the path mapping features from Radarr/Sonarr for that. But why not just mount Rdtclient to `/data/rdtdownloads`? It will report the correct paths back to Sonarr and Radarr...
You have to think about the data folder a folder that RDT needs to place downloads in, no other folder should have to write in it. When you download a...