From b77d63338296e2db1a77f063d99abded7c48b50a Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 4 Mar 2021 00:49:04 +0100 Subject: [PATCH] Remove the no longer required busybox-acpid service (#1261) The BusyBox option has been disabled in #1210. --- .../usr/lib/systemd/system/busybox-acpid.service | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 buildroot-external/rootfs-overlay/usr/lib/systemd/system/busybox-acpid.service diff --git a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/busybox-acpid.service b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/busybox-acpid.service deleted file mode 100644 index 4624c9249..000000000 --- a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/busybox-acpid.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=acpid (busybox) -RefuseManualStop=true -After=sysinit.target -ConditionPathIsDirectory=/proc/acpi - -[Service] -Type=simple -ExecStart=/sbin/acpid -d - -[Install] -WantedBy=multi-user.target