rgbtemp/src/rgbtemp.service

13 lines
233 B
SYSTEMD
Raw Normal View History

2020-05-18 09:48:10 +00:00
[Unit]
Description=Change RGB colors according to temperature
[Service]
2021-05-28 17:09:46 +00:00
Environment=RGBTEMP=/sys/class/hwmon/hwmon1/temp1_input
2020-05-18 09:48:10 +00:00
Type=simple
ExecStart=rgbtemp
KillMode=process
KillSignal=SIGUSR1
[Install]
WantedBy=multi-user.target