From be235b00ac135f46d5cab45e4d948eb6092a309b Mon Sep 17 00:00:00 2001 From: Chris Blake Date: Mon, 27 May 2024 13:30:47 -0500 Subject: [PATCH] fix: fixup systemd requires * Since we changed service names, we need to update this to prevent failures. --- overlay/filesystem/etc/systemd/system/ulcmd.service | 2 +- overlay/filesystem/etc/systemd/system/unvr-fan-daemon.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/overlay/filesystem/etc/systemd/system/ulcmd.service b/overlay/filesystem/etc/systemd/system/ulcmd.service index c17b036..d31f45f 100644 --- a/overlay/filesystem/etc/systemd/system/ulcmd.service +++ b/overlay/filesystem/etc/systemd/system/ulcmd.service @@ -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] diff --git a/overlay/filesystem/etc/systemd/system/unvr-fan-daemon.service b/overlay/filesystem/etc/systemd/system/unvr-fan-daemon.service index f098885..901fe17 100644 --- a/overlay/filesystem/etc/systemd/system/unvr-fan-daemon.service +++ b/overlay/filesystem/etc/systemd/system/unvr-fan-daemon.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