Difference between revisions of "Meetbot"

From FSCONS wiki
Jump to navigation Jump to search
(Created page with "Meetbot is the bot that takes meeting notes. It should always be present in #fscons. Minutes published to https://fscons.org/meetbot/ == Administration details == Meetbot r...")
 
(Add to the Tech category)
 
Line 13: Line 13:
 
   systemctl stop meetbot
 
   systemctl stop meetbot
 
   etc...
 
   etc...
 +
 +
 +
[[Category:Tech]]

Latest revision as of 22:08, 21 September 2015

Meetbot is the bot that takes meeting notes. It should always be present in #fscons.

Minutes published to https://fscons.org/meetbot/

Administration details

Meetbot run under its own user on the server (meetbot) and is installed in this user's home (/home/meetbot).

It is started with a systemd.unit file (/etc/systemd/system/meetbot.service) which means that you can use systemd to start/stop/monitor Meetbot:

 systemctl start meetbot
 systemctl status meetbot
 systemctl stop meetbot
 etc...