You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.ci | 5 years ago | |
cmd | 5 years ago | |
controller | 5 years ago | |
models | 5 years ago | |
runtime | 5 years ago | |
webroot | 5 years ago | |
.gitlab-ci.yml | 5 years ago | |
README.md | 5 years ago | |
config_example.conf | 5 years ago | |
main.go | 5 years ago |
README.md
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