UNVR-NAS/overlay/filesystem/etc/systemd/system/unvr-fan-daemon.service
Chris Blake 5962f1ea30 fix: update to 4.0.6 and improved unvr support
* We should hopefully have working fans for the UNVR4 now
* Update to latest pre-release unifi firmware 4.0.6
* Improve hwmon logic in our scripts
2024-06-18 08:45:27 -05:00

14 lines
253 B
Desktop File

[Unit]
Description=Fan Controller daemon for the UNVR/UNVRPRO
Requires=ubnt-init.service
[Service]
Type=simple
ExecStart=/usr/bin/unvr-fan-daemon
KillMode=process
Restart=on-failure
RestartSec=2s
TimeoutStopSec=2s
[Install]
WantedBy=multi-user.target