Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 828097
Collapse All | Expand All

(-)net-p2p/go-ipfs/files/ipfs.init (-3 / +4 lines)
Lines 8-16 Link Here
8
command="/usr/bin/ipfs"
8
command="/usr/bin/ipfs"
9
command_args="daemon --enable-gc --migrate"
9
command_args="daemon --enable-gc --migrate"
10
command_user="ipfs:ipfs"
10
command_user="ipfs:ipfs"
11
start_stop_daemon_args="--wait 1000 -b -m \
11
start_stop_daemon_args="--wait 1000"
12
                        -1 /var/log/ipfs/ipfs.log \
12
command_background="yes"
13
                        -2 /var/log/ipfs/ipfs.log"
13
output_log="/var/log/ipfs/ipfs.log"
14
error_log="/var/log/ipfs/ipfs.log"
14
15
15
depend() {
16
depend() {
16
	need net
17
	need net

Return to bug 828097