Add eye_service.py with HTTP API, systemd service, README

This commit is contained in:
Alex Kazaiev
2026-01-02 21:11:52 -06:00
parent 7f337cbeb6
commit ea0800fd60
3 changed files with 362 additions and 0 deletions

14
vixy-eyes.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=Vixy Eye Display Service
After=network.target
[Service]
Type=simple
User=alex
WorkingDirectory=/home/alex/eyes
ExecStart=/home/alex/eyes/.venv/bin/python /home/alex/eyes/eye_service.py
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target