Changeset ac8c7d4 for general/sysutils/pciutils.xml
- Timestamp:
- 10/22/2017 08:57:13 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, lazarus, perl-modules, qt5new, trunk, upgradedb, xry111/intltool, xry111/test-20220226
- Children:
- df9499b
- Parents:
- ad4043e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/pciutils.xml
rad4043e2 rac8c7d4 135 135 </para> 136 136 137 <para >137 <para revision="sysv"> 138 138 You may wish to add an entry to 139 139 <systemitem class="username">root</systemitem>'s (or any other user who has … … 142 142 periodically. 143 143 </para> 144 145 <para revision="systemd"> 146 You should update the <filename>/usr/share/hwdata/pci.ids</filename> file 147 periodically. Execute the following commands, as the 148 <systemitem class="username">root</systemitem> user, to create a systemd 149 timer to update it weekly on Sundays at 3:00 A.M. (local time): 150 </para> 151 152 <screen role="root" revision="systemd"><userinput>cat > /lib/systemd/system/update-pciids.service << "EOF" && 153 <literal>[Unit] 154 Description=Update pci.ids file 155 Documentation=man:update-pciids(8) 156 DefaultDependencies=no 157 After=local-fs.target 158 Before=shutdown.target 159 160 [Service] 161 Type=oneshot 162 RemainAfterExit=yes 163 ExecStart=/usr/sbin/update-pciids</literal> 164 EOF 165 cat > /lib/systemd/system/update-pciids.timer << "EOF" && 166 <literal>[Unit] 167 Description=Update pci.ids file weekly 168 169 [Timer] 170 OnCalendar=Sun 02:30:00 171 Persistent=true 172 173 [Install] 174 WantedBy=timers.target</literal> 175 EOF 176 systemctl enable update-usbids.timer</userinput></screen> 177 144 178 145 179 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.