summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/data/usr
diff options
context:
space:
mode:
authorSimon Rettberg2014-02-03 18:26:05 +0100
committerSimon Rettberg2014-02-03 18:26:05 +0100
commit5657f4295e59d7314da8a15362951f0ffdb94d2b (patch)
treecfd869f5bdb68ab7ddb572c4d4173e06ea02dbf5 /remote/modules/systemd/data/usr
parent[rfs-s32] fix early-network-trigger service to stay after exit (diff)
downloadtm-scripts-5657f4295e59d7314da8a15362951f0ffdb94d2b.tar.gz
tm-scripts-5657f4295e59d7314da8a15362951f0ffdb94d2b.tar.xz
tm-scripts-5657f4295e59d7314da8a15362951f0ffdb94d2b.zip
[systemd] udev settle "fix"
Diffstat (limited to 'remote/modules/systemd/data/usr')
-rw-r--r--remote/modules/systemd/data/usr/lib/systemd/system/systemd-udev-settle.service6
1 files changed, 6 insertions, 0 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 65431092..146c6499 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,10 @@ ConditionCapability=CAP_MKNOD
Type=oneshot
TimeoutSec=180
RemainAfterExit=yes
+# Don't ask...
+ExecStart=/opt/openslx/bin/usleep 100000
+ExecStart=/usr/bin/udevadm settle --timeout=3
+ExecStart=/opt/openslx/bin/usleep 20000
+ExecStart=/usr/bin/udevadm settle --timeout=3
+ExecStart=/opt/openslx/bin/usleep 20000
ExecStart=/usr/bin/udevadm settle --timeout=3