From Fedora Project Wiki
m (Infrastructure/SOP/zodbot moved to Zodbot Infrastructure SOP: Natural language title) |
(Start zodbot in /srv/web/meetbot) |
||
Line 25: | Line 25: | ||
== startup == | == startup == | ||
<pre>sudo -u daemon supybot -d /var/lib/zodbot/conf/zodbot.conf</pre> | <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> | |||
[[Category:Infrastructure SOPs]] | [[Category:Infrastructure SOPs]] |
Revision as of 03:23, 13 August 2009
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