systemd: hwdb: fix udevadm path after systemd 209

This commit is contained in:
Stefan Saraev 2014-02-21 00:15:39 +02:00
parent 76c47476ef
commit 2a9ff007e1

View File

@ -6,7 +6,7 @@ Before=systemd-udevd.service
[Service]
Type=oneshot
ExecStart=-/bin/udevadm hwdb --update
ExecStart=-/usr/bin/udevadm hwdb --update
[Install]
WantedBy=basic.target