Add link to init system examples - closes #1430
License: MIT Signed-off-by: Sean Lang <slang800@gmail.com>
Sean Lang committed
Jul 5, 2015 at 21:37 UTC
7ede3f44c53b1dbdba57b9a09ae91693876abe29
1 file changed
+1
README.md
+1
@@ -33,6 +33,7 @@ dependencies as well.
33
(See https://github.com/ipfs/go-ipfs/issues/177)
34
* For more details on setting up FUSE (so that you can mount the filesystem), see the docs folder
35
* Shell command completion is available in `misc/completion/ipfs-completion.bash`. Read [docs/command-completion.md](docs/command-completion.md) to learn how to install it.
36
+* See the [init examples](https://github.com/ipfs/examples/tree/master/examples/init) for how to connect IPFS to systemd or whatever init system your distro uses.
37
38
39
## Usage