This commit is contained in:
KenwoodFox
2026-06-15 10:32:37 -04:00
parent c7accf6ec6
commit f49ff99b6b
15 changed files with 353 additions and 191 deletions

View File

@@ -6,7 +6,7 @@ After=multi-user.target
Type=simple
User=root
WorkingDirectory=/opt/towerd
ExecStart=/opt/towerd/venv/bin/python -m towerd
ExecStart=/opt/towerd/target/release/towerd
Restart=on-failure
RestartSec=5