rgbtemp/src/rgbtemp.service
2021-01-14 09:46:46 +01:00

13 lines
232 B
Desktop File

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