summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-01-11 14:30:10 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-03-14 14:26:27 +0100
commit66d577496e02891c041b50225c91046cfc1b52a8 (patch)
treec2527c15c1ed8370dd52f6714f65757e2caebfc3
parent69bb16f6b3f2fe18a935d08f344bd0a27e504823 (diff)
systemd patch: rebase after version upgrade
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch b/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch
index 82fe399..a3ef2a5 100644
--- a/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch
+++ b/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch
@@ -9,15 +9,17 @@ This allows for udevd automounting of drives accessible to all.
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in
-index 2791f73..ea583e4 100644
+index e7216d6..4f6b74c 100644
--- a/units/systemd-udevd.service.in
+++ b/units/systemd-udevd.service.in
-@@ -21,4 +21,4 @@ Sockets=systemd-udevd-control.socket systemd-udevd-kernel.socket
+@@ -21,6 +21,6 @@ Sockets=systemd-udevd-control.socket systemd-udevd-kernel.socket
Restart=always
RestartSec=0
ExecStart=@rootlibexecdir@/systemd-udevd
-MountFlags=slave
+MountFlags=shared
+ KillMode=mixed
+ WatchdogSec=1min
--
1.9.3