View previous topic :: View next topic |
Author |
Message |
crystall n00b

Joined: 31 Aug 2004 Posts: 15
|
Posted: Wed Sep 18, 2019 8:48 am Post subject: iwd native network management and the net service |
|
|
Hello all,
I've recently changed the network setup of my machine to use iwd with native network management (i.e. w/o dhcpcd). One of the issue I noticed after finalizing the setup is that, on startup, some scripts would not start because no other script was providing the net service. I "solved" the problem by changing /etc/init.d/iwd to provide the net service like so: Code: | depend() {
need dbus
provide net
keyword -shutdown
} |
Is this the right approach? |
|
Back to top |
|
 |
shagrat Apprentice


Joined: 10 Mar 2003 Posts: 219 Location: Norway
|
Posted: Wed Aug 05, 2020 6:12 pm Post subject: |
|
|
A better approach (with the same effect) that do not change the provided init script would be:
Code: | echo 'rc_provide="net"' > /etc/conf.d/iwd |
|
|
Back to top |
|
 |
charles17 Advocate

Joined: 02 Mar 2008 Posts: 3686
|
Posted: Wed Aug 05, 2020 9:57 pm Post subject: |
|
|
bug 727218? |
|
Back to top |
|
 |
|