22 lines
404 B
Desktop File
22 lines
404 B
Desktop File
[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
|
|
|
|
TimeoutStopSec=90
|
|
KillSignal=SIGTERM
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|