mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 19:07:48 +08:00
`launchd` doesn't allow you to *use* environment variables. Nor does it support tilde-expansion of program names & arguments after OSX 10.10. To work around this, I've made the plist file a template and included a small install script that will interpolate the correct values.
6 lines
286 B
Markdown
6 lines
286 B
Markdown
# ipfs launchd agent
|
|
|
|
A bare-bones launchd agent file for ipfs. To have launchd automatically run the ipfs daemon for you, run `./misc/launchd/install.sh`
|
|
|
|
Note that the `ipfs` binary must be on the *system* PATH for this to work. Adding a symlink in /usr/bin works well enough for me.
|