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