rgbtemp/src/rgbtemp.service
2021-05-28 12:09:46 -05:00

13 lines
233 B
Desktop File

[Unit]
Description=Change RGB colors according to temperature
[Service]
Environment=RGBTEMP=/sys/class/hwmon/hwmon1/temp1_input
Type=simple
ExecStart=rgbtemp
KillMode=process
KillSignal=SIGUSR1
[Install]
WantedBy=multi-user.target