]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-hwdb-update.service.in
Merge pull request #1508 from msekletar/update-TODO-NPROC
[thirdparty/systemd.git] / units / systemd-hwdb-update.service.in
CommitLineData
ecde7065
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=Rebuild Hardware Database
65eb4378 10Documentation=man:hwdb(7) man:systemd-hwdb(8)
ecde7065
LP
11DefaultDependencies=no
12Conflicts=shutdown.target
d6bc8348 13After=systemd-remount-fs.service
ecde7065 14Before=sysinit.target shutdown.target systemd-update-done.service
ecde7065 15ConditionNeedsUpdate=/etc
33488f19
MP
16ConditionPathExists=|!@udevlibexecdir@/hwdb.bin
17ConditionPathExists=|/etc/udev/hwdb.bin
18ConditionDirectoryNotEmpty=|/etc/udev/hwdb.d/
ecde7065
LP
19
20[Service]
21Type=oneshot
22RemainAfterExit=yes
65eb4378 23ExecStart=@rootbindir@/systemd-hwdb update
b53374f9 24TimeoutSec=90s