Skip to content

Compile the Agent

Simone Margaritelli edited this page Feb 12, 2021 · 1 revision

Requires go and make, clone the repo and then:

cd /path/to/repo
make agent

To install it as a systemd service:

sudo make install_agent

To run it manually:

sudo ./_build/shieldwall-agent -config agent.yaml
Clone this wiki locally