first prototype-like version

This commit is contained in:
Finn Christiansen 2023-05-28 12:38:23 +01:00
parent 77a00745fd
commit e553bfbafc
11 changed files with 253 additions and 0 deletions

12
rgb.service Normal file
View file

@ -0,0 +1,12 @@
[Unit]
Description=RGB Service
[Service]
Type=simple
User=root
ExecStart=/usr/local/bin/rgb.py
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target