| |
| |
| |
| |
| |
| |
| |
| |
|
|
| [Unit] |
| Description=Rebuild Hardware Database |
| Documentation=man:hwdb(7) man:systemd-hwdb(8) |
| DefaultDependencies=no |
| Conflicts=shutdown.target |
| After=systemd-remount-fs.service |
| Before=sysinit.target shutdown.target systemd-update-done.service |
| ConditionNeedsUpdate=/etc |
| ConditionPathExists=|!@udevlibexecdir@/hwdb.bin |
| ConditionPathExists=|/etc/udev/hwdb.bin |
| ConditionDirectoryNotEmpty=|/etc/udev/hwdb.d/ |
|
|
| [Service] |
| Type=oneshot |
| RemainAfterExit=yes |
| ExecStart=@rootbindir@/systemd-hwdb update |
| TimeoutSec=90s |