Zachary Wimer
Zachary Wimer
Regarding `ConditionPathExists=`. If I understand correctly: Personally, I think the service _should_ fail if the config does not exist. Missing a config is a bad state and I'd rather be...
> ``` > $ [ -d /etc/systemd/resolved.conf.d ] || sudo mkdir /etc/systemd/resolved.conf.d > $ echo '[Resolve]' | sudo tee /etc/systemd/resolved.conf.d/10-pihole.conf > $ echo 'DNSStubListener=no' | sudo tee -a /etc/systemd/resolved.conf.d/10-pihole.conf >...
This issue is not stale- there is a PR addressing it now.
I've run into a similar issue before. I hope this gets addressed
I imagine updating the README is sufficient for this, unless it is not intended to be a head-only formula.
Related, but it might be worth mentioning that https://formulae.brew.sh/cask/iina exists given the only other placed on the README that brew is mentioned is under `Building mpv manually`. It is not...
One is for users one is for dev