working base site setup with gatekeeping working

This commit is contained in:
JakeBreath
2026-08-03 12:43:33 -05:00
parent 2764644d8b
commit 85e6241ad4
37 changed files with 1146 additions and 58 deletions
+17
View File
@@ -0,0 +1,17 @@
[Unit]
Description=Packs Site Server
After=network.target
[Service]
Type=simple
User=jake
Group=jake
WorkingDirectory=/mnt/Disco/Proyects/Python3.13/Packs site
ExecStart=/mnt/Disco/Proyects/Python3.13/Packs site/run_prod.sh
Restart=on-failure
StandardOutput=journal
StandardError=journal
SyslogIdentifier=packs-site
[Install]
WantedBy=multi-user.target