mirror of
https://github.com/xzcrpw/blackwall.git
synced 2026-04-30 12:46:21 +02:00
v2.0.0: adaptive eBPF firewall with AI honeypot and P2P threat mesh
This commit is contained in:
commit
37c6bbf5a1
133 changed files with 28073 additions and 0 deletions
18
deploy/systemd/server/blackwall.service
Executable file
18
deploy/systemd/server/blackwall.service
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
[Unit]
|
||||
Description=Blackwall Adaptive eBPF Firewall
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/opt/blackwall
|
||||
ExecStart=/opt/blackwall/blackwall /opt/blackwall/config.toml
|
||||
Environment=BLACKWALL_EBPF_PATH=/opt/blackwall/blackwall-ebpf
|
||||
Environment=RUST_LOG=info
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
LimitMEMLOCK=infinity
|
||||
AmbientCapabilities=CAP_BPF CAP_NET_ADMIN CAP_PERFMON CAP_SYS_PTRACE
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue