X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=make%2Ftemplate%2Finspircd.1;h=2bc8fd04447c1d7c5810c212815ccab5fac0eb89;hb=96d3f92801d7584eb3d6c31876d80c1915e1c249;hp=eb1453d2fc2ae4b970dfaa43dd12c01d0e3d29f8;hpb=b8d85c62517da91cf49428a419eca10cf82682f2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/make/template/inspircd.1 b/make/template/inspircd.1 index eb1453d2f..2bc8fd044 100644 --- a/make/template/inspircd.1 +++ b/make/template/inspircd.1 @@ -24,7 +24,7 @@ .BR .SH "SYNOPSIS" -\t\fBinspircd\fR [--config ] [--debug] [--nofork] [--nolog] [--runasroot] [--version] +\t\fBinspircd\fR [--config ] [--debug] [--nofork] [--nolog] [--nopid] [--runasroot] [--version] .SH "OPTIONS" .TP @@ -44,6 +44,10 @@ Don't fork into the background after starting up. .br Don't write to log files. .TP +.B "--nopid" +.br +Don't write to the PID file. +.TP .B "--runasroot" .br Allow the server to start as root (not recommended). @@ -99,6 +103,6 @@ The server exited because it was unable to load a module on first run. The server exited because it received SIGTERM. .SH "SUPPORT" -IRC support for InspIRCd can be found at irc://irc.inspircd.org/inspircd. +IRC support for InspIRCd can be found at ircs://irc.inspircd.org/inspircd. Bug reports and feature requests can be filed at https://github.com/inspircd/inspircd/issues.