[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