UNVR-NAS/overlay/filesystem/etc/systemd/system/unvr-fan-daemon.service
Chris Blake be235b00ac fix: fixup systemd requires
* Since we changed service names, we need to update this to prevent failures.
2024-05-27 13:30:47 -05:00

14 lines
249 B
Desktop File

[Unit]
Description=Fan Controller daemon for the UNVR Pro
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