diff options
| author | Simon Rettberg | 2014-01-29 21:11:23 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2014-01-29 21:11:23 +0100 |
| commit | 8ebb2c22a29c6c61b31a2fe58a02c62a28c7b49e (patch) | |
| tree | 614e25d0a9de951f0fced6f797a1fb2a03a518fb /remote/modules/systemd/data/usr | |
| parent | <stage32> Trigger network target as soon as possible if network/dhcp has been... (diff) | |
| download | tm-scripts-8ebb2c22a29c6c61b31a2fe58a02c62a28c7b49e.tar.gz tm-scripts-8ebb2c22a29c6c61b31a2fe58a02c62a28c7b49e.tar.xz tm-scripts-8ebb2c22a29c6c61b31a2fe58a02c62a28c7b49e.zip | |
[systemd] Don't wait more than 3 seconds on udev settle
Diffstat (limited to 'remote/modules/systemd/data/usr')
| -rw-r--r-- | remote/modules/systemd/data/usr/lib/systemd/system/systemd-udev-settle.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/systemd/data/usr/lib/systemd/system/systemd-udev-settle.service b/remote/modules/systemd/data/usr/lib/systemd/system/systemd-udev-settle.service index b7bd2336..65431092 100644 --- a/remote/modules/systemd/data/usr/lib/systemd/system/systemd-udev-settle.service +++ b/remote/modules/systemd/data/usr/lib/systemd/system/systemd-udev-settle.service @@ -22,4 +22,4 @@ ConditionCapability=CAP_MKNOD Type=oneshot TimeoutSec=180 RemainAfterExit=yes -ExecStart=/usr/bin/udevadm settle +ExecStart=/usr/bin/udevadm settle --timeout=3 |
