Go Program that runs as a Probe Service for my Services, Linux Version
Find a file
2025-03-05 16:40:16 +01:00
go.mod Create go.mod 2025-03-05 16:37:36 +01:00
go.sum Create go.sum 2025-03-05 16:37:22 +01:00
main.go Create main.go 2025-03-05 16:36:43 +01:00
README.md Update README.md 2025-03-05 16:40:16 +01:00
unixpr.service Create unixpr.service 2025-03-05 16:39:28 +01:00

unixpr

Go Program that runs as a Probe Service for my Services, Linux Version

Building it yourself

  1. Install Go: https://go.dev/dl/
  2. Download Source of latest release, unzip it, and navigate inside the foolder
  3. Run go build .
  4. Copy the unixpr file to /usr/local/bin/unixpr
  5. Copy the unixpr.service file to /etc/systemd/system/unixpr.service
  6. Run chmod +x /usr/local/bin/unixpr
  7. Run systemctl enable --now unixpr

Done, it is installed now