Files
i2p.i2p/installer/resources/man/i2prouter.1

62 lines
1.0 KiB
Groff
Raw Normal View History

.TH I2PROUTER 1 "January 26, 2017" "" "I2P"
2010-11-13 17:58:05 +00:00
.SH NAME
i2prouter \- start and stop the I2P router
.SH SYNOPSIS
.B i2prouter
2012-04-19 23:25:32 +00:00
.RI { console | start | stop | graceful | restart | condrestart | status | dump | install | remove }
2010-11-13 17:58:05 +00:00
.br
.SH DESCRIPTION
2012-04-19 23:25:32 +00:00
Control the I2P service.
2010-11-13 17:58:05 +00:00
.B
.IP console
Runs I2P as a console application under the current user.
.B
.IP start
Starts the I2P service.
.B
.IP stop
Stops the I2P service.
.B
.IP restart
Stops the I2P service and then starts it.
2012-04-19 23:25:32 +00:00
.B
.IP condrestart
Restart the I2P service only if it is already running.
.B
.IP graceful
Stop I2P gracefully (may take up to 11 minutes)
.B
.IP install
Install initscript to start I2P automatically when the system boots.
.B
.IP remove
Uninstall initscript that was installed with \fBinstall\fP
2012-04-19 23:25:32 +00:00
2010-11-13 17:58:05 +00:00
.B
.IP status
Prints whether the I2P service is running.
.B
.IP dump
Dumps the current threads into \fBwrapper.log\fP.
.SH "REPORTING BUGS"
Please enter a ticket on
.UR https://trac.i2p2.de/
the I2P trac page
.UE .
.SH "SEE ALSO"
.BR i2prouter-nowrapper (1)