feat: Add simple systemd unit
All checks were successful
CI.yml / build (push) Successful in 1m47s

This commit is contained in:
d3m0k1d
2026-01-13 19:30:24 +03:00
parent 95a58dc780
commit b2d03a4008

17
build/banforge.service Normal file
View File

@@ -0,0 +1,17 @@
[Unit]
Description=BanForge - IPS log based system
After=network-online.target
Wants=network-online.target
Documentation=https://github.com/d3m0k1d/BanForge
[Service]
Type=simple
ExecStart=/usr/local/bin/banforge daemon
User=root
Group=root
Restart=always
StandardOutput=journal
StandardError=journal
SyslogIdentifier=banforge
[Install]
WantedBy=multi-user.target