mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-07-01 03:30:21 +02:00

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>
19 lines
391 B
Desktop File
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
|