Skip to content

dylanPowers/ipfs-linux-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPFS Linux Init Daemon

Note that for multi-user systems this is entirely useless. For a single user system however, it's helpful because IPFS will automatically be started at boot and always be at the ready without resorting to running it in a screen process.

Install

To install ipfs as a daemon, simply run:

./install-ipfs.sh

I also included a script that enables you to easily update ipfs. That can be run with:

./update-ipfs.sh

Note that these don't require being ran as root, but will instead later ask for root permissions.

You'll be able to later start and stop the daemon with the command:

sudo service ipfs start/stop/restart

About

Run the IPFS daemon as a Linux system init daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages