You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to write a GTK4 gui for systemd as a hobby project, trying to resemble the output of systemctl list-units . The way to do it with this library would be to enumerate it with systemctl.list_units_full and then fetch the details with systemctl.create_unit, which is very inefficient.
Is it planned to implement the list-units call?
The text was updated successfully, but these errors were encountered:
I am trying to write a GTK4 gui for systemd as a hobby project, trying to resemble the output of
systemctl list-units
. The way to do it with this library would be to enumerate it withsystemctl.list_units_full
and then fetch the details withsystemctl.create_unit
, which is very inefficient.Is it planned to implement the
list-units
call?The text was updated successfully, but these errors were encountered: