You are not logged in.
I would like to have state DOWN on eth and wlan after boot up, don't know what to configure to achieve expected state.
Current method is to manually invoke
ip link set wlan downthen
systemctl restart netctl-auto...Last edited by str0gg (2021-03-27 17:14:37)
Offline
Offline
❯ systemctl list-unit-files --state=enabled
UNIT FILE STATE VENDOR PRESET
acpid.service enabled disabled
dhcpcd.service enabled disabled
getty@.service enabled enabled
ip6tables.service enabled disabled
iptables.service enabled disabled
lm_sensors.service enabled disabled
sddm.service enabled disabled
systemd-timesyncd.service enabled enabled
docker.socket enabled disabled
remote-fs.target enabled enabled
10 unit files listed.Offline
netctl can interact with systemd:
netctl enable profile
netctl disable profileOR
systemctl disable netctl-ifplugd@interface.service
systemctl stop netctl-ifplugd@interface.service
systemctl enable netctl-auto@interface.service
systemctl start netctl-auto@interface.servicedid you read the wiki?
https://wiki.archlinux.org/index.php/Netctl
Last edited by ponyrider (2021-03-16 11:54:05)
Offline
Thanks for answer it work dhcpd service problem
Offline