flexible installation path #32
Reference in New Issue
Block a user
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Thank you for this pr!