12 lines
163 B
Desktop File
12 lines
163 B
Desktop File
[Unit]
|
|
Description=RGB Service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/usr/local/bin/rgb.py
|
|
Restart=always
|
|
RestartSec=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|