start hotplug

This commit is contained in:
Aaron Bieber 2021-12-15 07:56:13 -07:00
parent 3f93ce6855
commit a6f81e188f
1 changed files with 2 additions and 0 deletions

View File

@ -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 <bsd.prog.mk>