Fix Documentation URI in logrotate unit

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22720 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2020-02-18 13:36:47 +00:00
parent 56229a7e66
commit 7b758944ca

View File

@ -243,7 +243,7 @@ chmod 754 /etc/cron.daily/logrotate.sh</userinput></screen>
<screen role="root" revision="systemd"><userinput>cat &gt; /lib/systemd/system/logrotate.service &lt;&lt; "EOF" &amp;&amp;
<literal>[Unit]
Description=Runs the logrotate command
Documentation=logrotate(8)
Documentation=man:logrotate(8)
DefaultDependencies=no
After=local-fs.target
Before=shutdown.target