From Fedora Project Wiki

(Start zodbot in /srv/web/meetbot)
m (Formatting fix.)
Line 25: Line 25:
== startup ==
== startup ==


<pre>cd /srv/web/meetbot # zodbot current needs to be started in the meetbot directory. This requirement will go away in a later meetbot release.
<pre>
cd /srv/web/meetbot # zodbot current needs to be started in the meetbot directory.
                    # This requirement will go away in a later meetbot release.
sudo -u daemon supybot -d /var/lib/zodbot/conf/zodbot.conf</pre>
sudo -u daemon supybot -d /var/lib/zodbot/conf/zodbot.conf</pre>


[[Category:Infrastructure SOPs]]
[[Category:Infrastructure SOPs]]

Revision as of 03:24, 13 August 2009

Shortcut:
ISOP:ZODBOT

zodbot is a supybot based irc bot that we use in our #fedora channels.

Contact Information

Owner: Fedora Infrastructure Team

Contact: #fedora-admin

Location: Phoenix

Servers: noc1

Purpose: Provides our IRC bot

Description

zodbot is a supybot based irc bot that we use in our #fedora channels. It runs on noc1 as the daemon user. We do not config manage the zodbot.conf because supybot makes changes to it on its own. Therefore it gets backed up and is treated as data.

shutdown

 killall supybot 

startup

cd /srv/web/meetbot # zodbot current needs to be started in the meetbot directory.
                    # This requirement will go away in a later meetbot release.
sudo -u daemon supybot -d /var/lib/zodbot/conf/zodbot.conf