mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-02-12 10:31:55 +00:00
fix: fixup systemd requires
* Since we changed service names, we need to update this to prevent failures.
This commit is contained in:
parent
27713ab79e
commit
be235b00ac
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Daemon for MCU based LCM control
|
||||
Requires=load-ubnt-modules.service
|
||||
Requires=ubnt-init.service
|
||||
Requires=mock-ubnt-api.service
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Fan Controller daemon for the UNVR Pro
|
||||
Requires=load-ubnt-modules.service
|
||||
Requires=ubnt-init.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
Loading…
Reference in a new issue