// SYSTEM PANEL //
[ROOT]
/
lib
/
systemd
/
system
[ PARENT ]
EDIT :: fancontrol.service
[Unit] Description=Start fan control, if configured ConditionFileNotEmpty=/etc/fancontrol After=lm_sensors.service [Service] Type=simple PIDFile=/var/run/fancontrol.pid ExecStart=/usr/sbin/fancontrol [Install] WantedBy=multi-user.target
SAVE
CANCEL