Martin/Geno 1d856fa2ce | ||
---|---|---|
.ci | ||
circleci | ||
git | ||
gitlab | ||
grafana | ||
runtime | ||
.gitignore | ||
.gitlab-ci.yml | ||
.test-coverage | ||
LICENSE.md | ||
README.md | ||
config_example.conf | ||
main.go |
README.md
hook2xmpp
Get hook2xmpp
Download
Latest Build binary from ci here:
Download All (with config example)
Build
go get -u dev.sum7.eu/genofire/hook2xmpp
Configure
see config_example.conf
Start / Boot
/lib/systemd/system/hook2xmpp.service :
[Unit]
Description=hook2xmpp
After=network.target
# After=ejabberd.service
# After=prosody.service
[Service]
Type=simple
# User=notRoot
ExecStart=/opt/go/bin/hook2xmpp --config /etc/hook2xmpp.conf
Restart=always
RestartSec=5sec
[Install]
WantedBy=multi-user.target
Start: systemctl start hook2xmpp
Autostart: systemctl enable hook2xmpp