Releases: r-tierney/promflow
Releases · r-tierney/promflow
Promflow 1.0
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:
- Using apt:
apt install ./promflow_1.0-3_amd64.deb
To run as a Systemd service:
- Uncomment and Update the default config located in
/etc/default/promflow
- Optional ensure the service runs at boot
systemctl enable promflow
- Start the service
service promflow start
- Ensure the service is running
service promflow status