Autarch Will Control The Internet

This commit is contained in:
DigiJ
2026-03-13 15:17:15 -07:00
commit 4d3570781e
401 changed files with 484494 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
[Unit]
Description=AUTARCH Web Dashboard
Documentation=file:///home/snake/autarch/GUIDE.md
After=network.target
Wants=network.target
[Service]
Type=simple
User=snake
Group=snake
WorkingDirectory=/home/snake/autarch
ExecStart=/usr/bin/python3 /home/snake/autarch/autarch.py --web --no-banner
Restart=on-failure
RestartSec=5
StandardOutput=journal
StandardError=journal
SyslogIdentifier=autarch-web
# Security hardening
NoNewPrivileges=false
ProtectHome=false
PrivateTmp=true
# Environment
Environment=PYTHONUNBUFFERED=1
[Install]
WantedBy=multi-user.target