mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-02-24 23:04:15 +00:00
15 lines
257 B
SYSTEMD
15 lines
257 B
SYSTEMD
|
[Unit]
|
||
|
Description=Fan Controller daemon for the UNVR Pro
|
||
|
Requires=load-ubnt-modules.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/unvr-fan-daemon
|
||
|
KillMode=process
|
||
|
Restart=on-failure
|
||
|
RestartSec=2s
|
||
|
TimeoutStopSec=2s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|