]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-udev-trigger.service
units: drop full paths for utilities in $PATH
[thirdparty/systemd.git] / units / systemd-udev-trigger.service
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
49dbfa7b
LP
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
8# (at your option) any later version.
9
fc1de713
KS
10[Unit]
11Description=udev Coldplug all Devices
b79f817b 12Documentation=man:udev(7) man:systemd-udevd.service(8)
b0afe214 13DefaultDependencies=no
51dfddc2 14Wants=systemd-udevd.service
1d422b15 15After=systemd-udevd-kernel.socket systemd-udevd-control.socket
b0afe214 16Before=sysinit.target
4bb3a126 17ConditionPathIsReadWrite=/sys
fc1de713
KS
18
19[Service]
20Type=oneshot
21RemainAfterExit=yes
cdc6804b
ZJS
22ExecStart=udevadm trigger --type=subsystems --action=add
23ExecStart=udevadm trigger --type=devices --action=add