From 2771f79232c273bc2a57d23bf335dd81ccf6af28 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Dec 2021 02:47:11 +0000 Subject: gentoo resync : 05.12.2021 --- net-p2p/go-ipfs/files/ipfs.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-p2p/go-ipfs/files/ipfs.init') diff --git a/net-p2p/go-ipfs/files/ipfs.init b/net-p2p/go-ipfs/files/ipfs.init index 52f48c52d1cd..b3798b2175a5 100644 --- a/net-p2p/go-ipfs/files/ipfs.init +++ b/net-p2p/go-ipfs/files/ipfs.init @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 export IPFS_PATH=${IPFS_PATH:-/var/lib/ipfs/.ipfs} @@ -8,7 +8,7 @@ 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 \ +start_stop_daemon_args="--wait 1000 -b -m \ -1 /var/log/ipfs/ipfs.log \ -2 /var/log/ipfs/ipfs.log" -- cgit v1.2.3