This commit is contained in:
root
2026-01-01 02:13:34 +01:00
commit b05793228a
29 changed files with 4608 additions and 0 deletions

14
autoban.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=autoban with Waitress
After=network.target
[Service]
#User=your_user
#Group=your_group
WorkingDirectory=/opt/autoban
ExecStart=/opt/autoban/venv/bin/python /opt/autoban/run.py
Restart=always
Environment=PATH=/opt/autoban/venv/bin
[Install]
WantedBy=multi-user.target