distribution/packages/sysutils/system-utils/system.d/fancontrol.service
fewtarius 1f6d96325b
* Fix ALSA on x86_64 handhelds.
* Temporary drop or correct multiple packages that needed updates for x86_64.
* Update volume service to deprecate hard coded paths.
* system-utils and sleep to common packages.
* Add weston kiosk.ini for future use.
* Add DIRTY variable, if true it will not clean.
2022-08-31 17:50:23 -04: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