summaryrefslogtreecommitdiff
path: root/net-vpn/i2p/files/i2p.init
blob: 5115c14bb1a959eefa52d9513c5251a5c83d7549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

depend() {
	need net
}

command=i2prouter
pidfile=/var/run/i2p.pid
command_background=true
command_progress=true
command_user=i2p
stopsig=SIGHUP
retry=20