feat: add build info endpoint
All checks were successful
Go Test / test (push) Successful in 49s

This commit is contained in:
xuu
2023-09-30 16:19:41 -06:00
parent 79b6c2515e
commit b5d5e3870a
4 changed files with 120 additions and 0 deletions

13
.ansible/files/ev.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=ev
After=syslog.target network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/ev
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target