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