summaryrefslogtreecommitdiff
path: root/net-p2p/go-ipfs-bin/files/ipfs.init
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-17 11:36:49 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-17 11:36:49 +0100
commite2db47eaae00ec33f8971db44b68645c5d3b9590 (patch)
tree3ec0cf16ddb5854017e134fabebe14bf8cb94a34 /net-p2p/go-ipfs-bin/files/ipfs.init
parent616579b5d773c50af31ee56f00105d96ce641ca2 (diff)
gentoo resync : 17.08.2021
Diffstat (limited to 'net-p2p/go-ipfs-bin/files/ipfs.init')
-rw-r--r--net-p2p/go-ipfs-bin/files/ipfs.init17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-p2p/go-ipfs-bin/files/ipfs.init b/net-p2p/go-ipfs-bin/files/ipfs.init
deleted file mode 100644
index 7b38cf43049b..000000000000
--- a/net-p2p/go-ipfs-bin/files/ipfs.init
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-export IPFS_PATH=${IPFS_PATH:-/var/lib/ipfs/.ipfs}
-
-pidfile="/run/ipfs.pid"
-command="/usr/bin/ipfs"
-command_args="daemon --enable-gc --migrate"
-command_user="ipfs:ipfs"
-start_stop_daemon_args="--wait 1000 -b \
- -1 /var/log/ipfs/ipfs.log \
- -2 /var/log/ipfs/ipfs.log"
-
-depend() {
- need net
-}