Initial commit: Vixy Light Service - Day 66 🦊💡

This commit is contained in:
2026-01-06 14:39:12 -06:00
commit 9d2c70e85a
4 changed files with 395 additions and 0 deletions

14
vixy-lights.service Normal file
View File

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