From Fedora Project Wiki

m (Add Category)
Line 23: Line 23:


<pre>sudo -u daemon supybot -d /var/lib/zodbot/conf/zodbot.conf</pre>
<pre>sudo -u daemon supybot -d /var/lib/zodbot/conf/zodbot.conf</pre>
[[Category:Infrastructure SOPs]]

Revision as of 04:38, 14 February 2009

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 -d /var/lib/zodbot/conf/zodbot.conf