Go Program that runs as a Probe Service for my Services, Linux Version
- Go 100%
| go.mod | ||
| go.sum | ||
| main.go | ||
| README.md | ||
| unixpr.service | ||
unixpr
Go Program that runs as a Probe Service for my Services, Linux Version
Building it yourself
- Install Go: https://go.dev/dl/
- Download Source of latest release, unzip it, and navigate inside the foolder
- Run
go build . - Copy the
unixprfile to/usr/local/bin/unixpr - Copy the
unixpr.servicefile to/etc/systemd/system/unixpr.service - Run
chmod +x /usr/local/bin/unixpr - Run
systemctl enable --now unixpr