From 878153d62f745929951bf5cae17a0fe8f0fdac83 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 30 Jul 2021 00:10:51 +0200 Subject: [PATCH] Activate iwd service at startup --- src/recipes/minimal/hook/customize.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/recipes/minimal/hook/customize.sh b/src/recipes/minimal/hook/customize.sh index e8f4852..aca7962 100755 --- a/src/recipes/minimal/hook/customize.sh +++ b/src/recipes/minimal/hook/customize.sh @@ -24,8 +24,12 @@ else printf "Can't find %s directory\n" "$source" fi -#Start hw setur service +#Start hw setup service chroot $1 systemctl enable reform-hw-setup.service + +# Start iwd wifi daemon, dhcpcd service sould start automaticaly +chroot $1 systemctl enable iwd + #mask hibernation / sleep target chroot $1 systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target