1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-07-01 03:30:21 +02:00
aerc/contrib/ircbot/supybot.service
Robin Jarry 91dbd60781 contrib: add irc bot stuff
Add a small script to install a sourcehut webhook that triggers on
patchset reception.

Add a limnoria (supybot fork) plugin to receive the webhook requests and
send IRC NOTICE messages on the proper channels.

Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Bence Ferdinandy <bence@ferdinandy.com>
2023-07-01 18:26:35 +02:00

19 lines
391 B
Desktop File

[Unit]
Description=IRC bot
After=network.target auditd.service
[Service]
ExecStart=/usr/bin/supybot /var/lib/supybot/supybot.conf
User=supybot
Group=supybot
WorkingDirectory=/var/lib/supybot
ProtectHome=true
ProtectSystem=strict
ReadWritePaths=/var/lib/supybot /tmp
PrivateTmp=true
SyslogIdentifier=supybot
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target