Activate iwd service at startup

This commit is contained in:
Yorick Barbanneau 2021-07-30 00:10:51 +02:00
parent 0fae6c300b
commit 878153d62f

View file

@ -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