Contact: fumanchu@aminus.org

Log in as guest/misc to create tickets

root/supybot/flexo.upstart.conf

Revision 181 (checked in by lakin, 2 years ago)

working upstart command.

Line 
1 #!upstart
2 description "Flexo IRC Bot"
3 author      "Lakin Wecker & Robert Brewer"
4
5 start on startup
6 stop on shutdown
7
8 script
9     export HOME="/var/www/flexo.structuredabstraction.com"
10
11     exec sudo -u lakin /usr/bin/python /var/www/flexo.structuredabstraction.com/supybot/cupybot/site.py 2>&1 >> /var/log/flexo.log
12 end script
Note: See TracBrowser for help on using the browser.