tkluck / pac4cli

Proxy-auto-discovery for command-line applications
25 stars 9 forks source link

Fixes for systemd #9

Closed tkluck closed 7 years ago

tkluck commented 7 years ago

This fixes a small typo, and it also adds support for the 'official' python bindings for systemd. I don't want to continue supporting two backends indefinitely, but for now, this is the quickest way to ensure this can work in Ubuntu.

tkluck commented 7 years ago

FWIW, it turns out the logging handler has been around forever. So my commit message worrying about depending on it wasn't necessary :)

kdehairy commented 7 years ago

Can you explain again why do we need to support two packages providing the same functionality? .. sorry I didn't get the reason! :)

tkluck commented 7 years ago

Yeah, it sucks. But one of them is packaged on Pypi and not the other, and the other is packaged in debian but not the other. The author of the former has no real plans to resolve this, so longer term, we should probably just go with the official bindings. This is the first step.

Sorry that i didn't make that more clear before!