forked from I2P_Developers/i2p.i2p
with dh_installman for debian. Add i2prouter-nowrapper man page. Misc. man page fixups (man man-pages for the standard) No ant targets or deb packaging yet.
62 lines
1.0 KiB
Groff
62 lines
1.0 KiB
Groff
.TH I2PROUTER 1 "January 26, 2017" "" "I2P"
|
|
|
|
.SH NAME
|
|
i2prouter \- start and stop the I2P router
|
|
|
|
.SH SYNOPSIS
|
|
.B i2prouter
|
|
.RI { console | start | stop | graceful | restart | condrestart | status | dump | install | remove }
|
|
.br
|
|
|
|
.SH DESCRIPTION
|
|
Control the I2P service.
|
|
|
|
.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.
|
|
|
|
.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
|
|
|
|
.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)
|