go-tools/.ansible/files/ev.service
xuu b5d5e3870a
All checks were successful
Go Test / test (push) Successful in 49s
feat: add build info endpoint
2023-09-30 19:33:42 -06:00

13 lines
175 B
Desktop File

[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