mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Fix copy/paste errors of last commit.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19360 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ac8c7d4974
commit
df9499bbe5
@ -146,7 +146,7 @@ chmod -v 755 /usr/lib/libpci.so</userinput></screen>
|
||||
You should update the <filename>/usr/share/hwdata/pci.ids</filename> file
|
||||
periodically. Execute the following commands, as the
|
||||
<systemitem class="username">root</systemitem> user, to create a systemd
|
||||
timer to update it weekly on Sundays at 3:00 A.M. (local time):
|
||||
timer to update it weekly on Sundays at 2:30 A.M. (local time):
|
||||
</para>
|
||||
|
||||
<screen role="root" revision="systemd"><userinput>cat > /lib/systemd/system/update-pciids.service << "EOF" &&
|
||||
@ -173,7 +173,7 @@ Persistent=true
|
||||
[Install]
|
||||
WantedBy=timers.target</literal>
|
||||
EOF
|
||||
systemctl enable update-usbids.timer</userinput></screen>
|
||||
systemctl enable update-pciids.timer</userinput></screen>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user