1SUPYBOT-BOTCHK(1) General Commands Manual SUPYBOT-BOTCHK(1)
2
3
4
6 supybot-botchk - A script to start Supybot if it's not already running.
7
9 supybot-botchk [options]
10
12 supybot-botchk is a script that will start Supybot if it detects that
13 one is not currently running. This can be useful for scheduling supy‐
14 bot(1) to run via cron(8).
15
17 -h, --help
18 Show summary of options.
19
20 -v, --verbose
21 Use verbose output when running the script.
22
23 --botdir=BOTDIR
24 Determines which directory the bot be started in.
25
26 --pidfile=PIDFILE
27 Specifies the name of the pidfile to look for. This should be
28 relative to the given botdir.
29
30 --supybot=SUPYBOT
31 Specifies the location of supybot(1). If this is not given, it
32 is assumed that supybot(1) is in the user's $PATH.
33
34 --conffile=CONFFILE
35 Specifies the path to the bot's configuration file. This will
36 be used when (re)starting the bot.
37
39 python(1), supybot(1), supybot-test(1), supybot-wizard(1), supybot-
40 adduser(1), supybot-plugin-doc(1), supybot-plugin-create(1)
41
43 This manual page was originally written by James McCoy <vega dot james
44 at gmail dot com>. Permission is granted to copy, distribute and/or
45 modify this document under the terms of the Supybot license, a BSD-
46 style license.
47
48
49
50 APRIL 2005 SUPYBOT-BOTCHK(1)