rgbtemp/src/rgbtemp.service
2020-05-18 11:48:10 +02:00

12 lines
177 B
Desktop File

[Unit]
Description=Change RGB colors according to temperature
[Service]
Type=simple
ExecStart=rgbtemp
KillMode=process
KillSignal=SIGUSR1
[Install]
WantedBy=multi-user.target