eye service

This commit is contained in:
Alex
2026-04-09 23:25:26 -05:00
commit bb565c5812
5 changed files with 723 additions and 0 deletions

14
vixy-eyes-mk2.service Normal file
View File

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