mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-09 20:00:12 +00:00
systemd: get executable path properly
was just evaluating os.Args[0], which incorrectly points to your current directory if jfa-go was in your PATH (i.e. you ran `jfa-go` not `/usr/bin/jfa-go`). Uses Go's os.Executable() now. Fixes #352.
This commit is contained in:
parent
3c28537498
commit
8f3c723b07
Loading…
Reference in New Issue
Block a user