Activate iwd service at startup
This commit is contained in:
parent
0fae6c300b
commit
878153d62f
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue