You are not logged in.
I need to know if is it possible and if so, how to do it.
I presently using a arch live usb and I have to downgrade systemd to make my wifi working. But how to make systemd use this "new" version without rebooting the system?
Is there any other ways to do it beside making a custom img with a specific kernel and/or specific package?
Thanks
Last edited by Nyutag (2015-01-20 09:41:42)
Offline
Found how to restart systemd without reboot
systemctl daemon-reexec
But sadly, this didn't solved my issue.
Offline
I presently using a arch live usb and I have to downgrade systemd to make my wifi working.
What does have systemd do with wifi? Are you having some udev-related issue?
Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd
Offline