From Fedora Project Wiki

(New page: = Zodbot - SOP = == Contact Information == Owner: Fedora Infrastructure Team Contact: #fedora-admin Location: Phoenix Servers: noc1 Purpose: Provides our IRC bot == Description == z...)
 
No edit summary
Line 18: Line 18:
== shutdown ==
== shutdown ==


{{{ killall supybot }}}
<pre> killall supybot </pre>


== startup ==
== startup ==


sudo -u daemon supybot /var/lib/zodbot/conf/zodbot.conf
<pre>sudo -u daemon supybot /var/lib/zodbot/conf/zodbot.conf</pre>

Revision as of 19:57, 9 December 2008

Zodbot - SOP

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

sudo -u daemon supybot /var/lib/zodbot/conf/zodbot.conf