Hi! I have encountered a small "bug" in the Bluetit service that hindered it from connecting to AirVPN servers on startup (systemd). When the password given to the airpassword option in the bluetit.rc control file includes a comma character ( , ) it is interpreted as a list and not as a single string, prompting the error:
ERROR: invalid RC directive 'airpassword' - List is not allowed for this directive
A workaround was to change my password to one without commas. Probably also applies to commas in airusername, I have not tried that out though.
Thank you!