Speed up 'netctl list'
When you call `netctl list`, it calls `systemctl status` for each of the profiles. By default, `systemctl status` fetches the last log entries from the journal, which is often a time-consuming operation. Additionally, the status output is not meant for machine processing.
Please register or sign in to comment