sysd-manager 2.19.4

Application to empower user to manage their <b>systemd units</b> via Graphical User Interface. Not only are you able to make changes to the enablement and running status of each of the units, but you will also be able to view and modify their unit files and check the journal logs.
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.96.1 -->
<interface>
  <!-- interface-name journal_row.ui -->
  <requires lib="gtk" version="4.16"/>
  <template class="JournalRow" parent="GtkBox">
    <property name="height-request">10</property>
    <child>
      <object class="GtkLabel" id="prefix_label">
        <property name="css-classes">journal_message</property>
        <property name="selectable">True</property>
        <property name="xalign">0.0</property>
        <property name="yalign">0.0</property>
      </object>
    </child>
    <child>
      <object class="GtkLabel" id="message_label">
        <property name="css-classes">unit_info</property>
        <property name="ellipsize">end</property>
        <property name="max-width-chars">3000</property>
        <property name="selectable">True</property>
        <property name="single-line-mode">True</property>
        <property name="xalign">0.0</property>
        <property name="yalign">0.0</property>
      </object>
    </child>
  </template>
</interface>