Limnoria/man/supybot-botchk.1

55 lines
1.4 KiB
Groff
Raw Normal View History

2005-04-04 04:58:27 +02:00
.\" Process this file with
.\" groff -man -Tascii supybot-botchk.1
.\"
2005-04-04 06:58:26 +02:00
.TH SUPYBOT-BOTCHK 1 "APRIL 2005"
2005-04-04 04:58:27 +02:00
.SH NAME
2005-04-04 06:58:26 +02:00
supybot-botchk \- A script to start Supybot if it's not already running.
2005-04-04 04:58:27 +02:00
.SH SYNOPSIS
2005-04-04 06:58:26 +02:00
.B supybot-botchk
2005-04-04 04:58:27 +02:00
.RI [ options ]
.SH DESCRIPTION
2005-04-04 06:58:26 +02:00
.B supybot-botchk
2005-04-04 04:58:27 +02:00
is a script that will start Supybot if it detects that one is not currently
running. This can be useful for scheduling
2005-04-04 06:58:26 +02:00
.IR supybot (1)
2005-04-04 04:58:27 +02:00
to run via
.IR cron (8).
.SH OPTIONS
.TP
.BR \-h ", " \-\^\-help
Show summary of options.
.TP
.BR \-v ", " \-\^\-verbose
Use verbose output when running the script.
.TP
2005-04-04 06:58:26 +02:00
.BI \-\^\-botdir= BOTDIR
2005-04-04 04:58:27 +02:00
Determines which directory the bot be started in.
.TP
2005-04-04 06:58:26 +02:00
.BI \-\^\-pidfile= PIDFILE
2005-04-04 04:58:27 +02:00
Specifies the name of the pidfile to look for. This should be relative
to the given botdir.
.TP
2005-04-04 06:58:26 +02:00
.BI \-\^\-supybot= SUPYBOT
2005-04-04 04:58:27 +02:00
Specifies the location of
.IR supybot (1).
If this is not given, it is assumed that
.IR supybot (1)
is in the user's $PATH.
.TP
2005-04-04 06:58:26 +02:00
.BI \-\^\-conffile= CONFFILE
2005-04-04 04:58:27 +02:00
Specifies the path to the bot's configuration file. This will be used
when (re)starting the bot.
.SH "SEE ALSO"
.IR python (1),
.IR supybot (1),
.IR supybot-test (1),
.IR supybot-wizard (1),
.IR supybot-adduser (1),
.IR supybot-plugin-doc (1),
2005-04-04 06:58:26 +02:00
.IR supybot-plugin-create (1)
2005-04-04 04:58:27 +02:00
.SH AUTHOR
This manual page was originally written by James McCoy
<vega dot james at gmail dot com>. Permission is granted to copy,
2005-04-04 04:58:27 +02:00
distribute and/or modify this document under the terms of the Supybot
2005-04-04 06:58:26 +02:00
license, a BSD-style license.