2022-08-31 01:26:25 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Simple Fan Control Service
|
2022-09-09 14:35:05 +00:00
|
|
|
ConditionPathExists=/sys/class/hwmon/hwmon1/pwm1
|
2022-08-31 01:26:25 +00:00
|
|
|
Before=jelos.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Environment=HOME=/storage
|
|
|
|
EnvironmentFile=/etc/profile
|
|
|
|
ExecStart=/usr/bin/fancontrol
|
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|