rgbtemp/pkg/rgbtemp/usr/lib/systemd/system/rgbtemp.service

13 lines
233 B
SYSTEMD
Raw Normal View History

2021-05-28 17:09:46 +00:00
[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