distribution/projects/Rockchip/packages/system-utils/system.d/fancontrol.service
2022-02-05 09:23:32 -05:00

13 lines
268 B
Desktop File

[Unit]
Description=Simple Fan Control Service
ConditionPathExists=/sys/class/hwmon/hwmon0/pwm1
Before=jelos.target
[Service]
Environment=HOME=/storage
EnvironmentFile=/etc/profile
ExecStart=/usr/bin/fancontrol
Restart=on-failure
[Install]
WantedBy=multi-user.target