Skip to content

Releases: r-tierney/promflow

Promflow 1.0

26 Dec 06:52
Compare
Choose a tag to compare

Binary Method:

This binary file was built using the build.sh script in this repo and selecting the Debian stretch operating system as libc is generally backward compatible.

If running the binary directly please ensure you first install libpcap-dev.

Deb Package Method

The deb package will automatically install libpcap-dev for you. This package also comes with a Systemd service file and example config located in /etc/default/promflow

To install the deb package:

  1. Using apt: apt install ./promflow_1.0-3_amd64.deb

To run as a Systemd service:

  1. Uncomment and Update the default config located in /etc/default/promflow
  2. Optional ensure the service runs at boot systemctl enable promflow
  3. Start the service service promflow start
  4. Ensure the service is running service promflow status