12 lines
191 B
Desktop File
12 lines
191 B
Desktop File
[Unit]
|
|
Description=Start PyFan fan control
|
|
ConditionFileNotEmpty=/etc/pyfan
|
|
After=lm_sensors.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/pyfan.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|