1.3 KiB
1.3 KiB
ccchatbot
Get ccchatbot
Download
Latest Build binary from ci here:
Download All (with config example)
Build
go get -u dev.sum7.eu/ccchb/ccchatbot
Configure
see config_example.toml
Start / Boot
/lib/systemd/system/ccchatbot.service :
[Unit]
Description=ccchatbot
After=network.target
# After=ejabberd.service
# After=prosody.service
[Service]
Type=simple
# User=notRoot
ExecStart=/opt/go/bin/ccchatbot --config /etc/ccchatbot.conf
Restart=always
RestartSec=5sec
[Install]
WantedBy=multi-user.target
Start: systemctl start ccchatbot
Autostart: systemctl enable ccchatbot