binhex / arch-sonarr

Docker build script for Arch Linux base with Sonarr
GNU General Public License v3.0
16 stars 3 forks source link

Get rid of unneeded MON_TLS_PROVIDER and run mono directly #4

Closed fryfrog closed 6 years ago

binhex commented 6 years ago

hey @fryfrog just seen your changes coming in, can i ask what the benefit is to calling mono directly as opposed to calling /usr/bin/sonarr?, is this purely so we can use the debug flag to help diagnose any issues or is there more to it?

fryfrog commented 6 years ago

It is basically cosmetic, to make this one match the others. Your radarr and lidarr run it directly. The only AUR package I don't own is the Sonarr one, so that is the only one that makes a dumb script to run that literally just contains a line executing mono.

You could split it if you wanted, pull out the running directly.

Do you have a reason you like this one running a script that just runs mono?

binhex commented 6 years ago

sounds good to me!, thanks for the pr.