Ignore:
Timestamp:
06/03/2021 11:38:32 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e92e7dc
Parents:
2eb2948
Message:

logrotate, pciutils, usbutils: Change the systemd units/timers to
install in /usr/lib instead of /lib, for consistency with other related
merged-/usr changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/logrotate.xml

    r2eb2948 rd0d2c85a  
    252252chmod 754 /etc/cron.daily/logrotate.sh</userinput></screen>
    253253
    254 <screen role="root" revision="systemd"><userinput>cat &gt; /lib/systemd/system/logrotate.service &lt;&lt; "EOF" &amp;&amp;
     254<screen role="root" revision="systemd"><userinput>cat &gt; /usr/lib/systemd/system/logrotate.service &lt;&lt; "EOF" &amp;&amp;
    255255<literal>[Unit]
    256256Description=Runs the logrotate command
     
    265265ExecStart=/usr/sbin/logrotate /etc/logrotate.conf</literal>
    266266EOF
    267 cat &gt; /lib/systemd/system/logrotate.timer &lt;&lt; "EOF" &amp;&amp;
     267cat &gt; /usr/lib/systemd/system/logrotate.timer &lt;&lt; "EOF" &amp;&amp;
    268268<literal>[Unit]
    269269Description=Runs the logrotate command daily at 3:00 AM
Note: See TracChangeset for help on using the changeset viewer.