Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align systemd unit file with the default IPFS installation path #10163

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

burlito
Copy link
Contributor

@burlito burlito commented Oct 5, 2023

The current documentation (cmd/ipfs/dist/README.md), installation scripts, and Docker files all indicate that the default installation path for the IPFS binary is /usr/local/bin/ipfs. Moreover, following the official installation guide here also places the binary in /usr/local/bin/.

However, the systemd service files reference a different path (/usr/bin/ipfs), which can lead to inconsistencies and potential operational issues.

This PR adjusts the systemd unit files to align with the predominant and documented installation path, ensuring consistency and reliability for users following the official guidelines.

Install script, cmd/ipfs/dist/README.md doc, and also Docker file sugget
that default install path for ipfs binary will be in: /usr/local/bin/ipfs
but systemd file was pointing to /usr/bin/ipfs.
This patch is making systemd unit file to comform to the rest.
@burlito burlito requested a review from a team as a code owner October 5, 2023 03:24
@hacdias hacdias enabled auto-merge (squash) October 5, 2023 07:09
@hacdias hacdias merged commit 6dbae76 into ipfs:master Oct 5, 2023
Jorropo pushed a commit that referenced this pull request Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants