This commit is contained in:
Helva
2026-01-30 22:21:55 +01:00
commit 04c5db785a
8 changed files with 538 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[Unit]
Description=Robot Face SSE Server
After=network.target
[Service]
WorkingDirectory=/opt/face
ExecStart=/opt/face/venv/bin/python -m uvicorn face_server:app --host 127.0.0.1 --port 8001 --app-dir /opt/face
Restart=always
RestartSec=1
# Tipp: eigener User ist sauber, aber www-data geht auch.
User=www-data
Group=www-data
[Install]
WantedBy=multi-user.target