Re: [SOLVED] Why isn't rc.local starting? (RUNIT)
Reply #3 –
Internet connection may be established with few connman commands from pure bash shell. A practical example:
# connmanctl technologies
# connmanctl enable wifi
# connmanctl services
# connmanctl
connmanctl> agent on
connmanctl> connect wifi_bc7876349b67b_49436256f617254f6d+managed_psk
[--> agent asks for passphrase to connect <--]
connmanctl> quit
# ping artixlinux.org
Neither Xorg, nor graphical DEs or frontends are required for connman to work. Once connection is established with above commands, it automatically goes up on subsequent boots.
Connman is included is base Artix ISOs. Thanks to connman, network is available in bash shell, installed from the base ISO.