Changeset dfe5714


Ignore:
Timestamp:
02/13/2022 06:15:38 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a334dd2a
Parents:
bf73f6e
Message:

systemd-specific Sysstat fix:

Install additional required units in sysstat to prevent issues where
enabling the systemd units complains about nonexistent units.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/sysstat.xml

    rbf73f6e rdfe5714  
    116116    </para>
    117117
    118 <screen role="root" revision="systemd"><userinput>install -v -m644 sysstat.service /usr/lib/systemd/system/sysstat.service</userinput></screen>
     118<screen role="root" revision="systemd"><userinput>install -v -m644 sysstat.service /usr/lib/systemd/system/sysstat.service &amp;&amp;
     119install -v -m644 cron/sysstat-collect.service /usr/lib/systemd/system/sysstat-collect.service &amp;&amp;
     120install -v -m644 cron/sysstat-collect.timer /usr/lib/systemd/system/sysstat-collect.timer &amp;&amp;
     121install -v -m644 cron/sysstat-summary.service /usr/lib/systemd/system/sysstat-summary.service &amp;&amp;
     122install -v -m644 cron/sysstat-summary.timer /usr/lib/systemd/system/sysstat-summary.timer</userinput></screen>
    119123
    120124    <para revision="systemd">
  • introduction/welcome/changelog.xml

    rbf73f6e rdfe5714  
    4545      <para>February 13th, 2022</para>
    4646      <itemizedlist>
     47        <listitem revision="systemd">
     48          <para>[renodr] - Fix installing the systemd units in sysstat. This
     49          fixes an issue where enabling the systemd unit causes errors about
     50          non-existent unit files.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[bdubbs] - Update to hexchat-2.16.1. Fixes
Note: See TracChangeset for help on using the changeset viewer.