flexible installation path #32

Merged
lbrndnr merged 2 commits from main into main 2026-04-07 03:28:30 +08:00
lbrndnr commented 2026-04-03 16:32:57 +08:00 (Migrated from github.com)

Hi,

First of all, thanks for this nice project, I love the idea! I installed this via homebrew (on my MacBook) and noticed that it is unable to install as a service, because it expects the binary to be stored in /usr/local/bin/numa, but homebrew installs it in /opt/homebrew/bin/numa.

This pull request changes this behaviour. It take sthe path of the executable at runtime and adapts the service definition (com.numa.dns.plist for macos, numa.service for linux) such that it points to the approriate binary.

Hi, First of all, thanks for this nice project, I love the idea! I installed this via homebrew (on my MacBook) and noticed that it is unable to install as a service, because it expects the binary to be stored in `/usr/local/bin/numa`, but homebrew installs it in `/opt/homebrew/bin/numa`. This pull request changes this behaviour. It take sthe path of the executable at runtime and adapts the service definition (com.numa.dns.plist for macos, numa.service for linux) such that it points to the approriate binary.
razvandimescu commented 2026-04-07 03:28:03 +08:00 (Migrated from github.com)

Thank you for this pr!

Thank you for this pr!
Sign in to join this conversation.