From a6f81e188fc147980c95c6b19b8576080e12f999 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 15 Dec 2021 07:56:13 -0700 Subject: [PATCH] start hotplug --- src/openbsd/etc/hotplugd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/openbsd/etc/hotplugd/Makefile b/src/openbsd/etc/hotplugd/Makefile index f44ed7b..02129e9 100644 --- a/src/openbsd/etc/hotplugd/Makefile +++ b/src/openbsd/etc/hotplugd/Makefile @@ -5,5 +5,7 @@ SCRIPT = attach realinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/${SCRIPT} /etc/hotplug/attach + rcctl enable hotplugd + rcctl start hotplugd .include