You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
802 B
22 lines
802 B
From 6193b3a6e28e81fe0ebbdba4ca6aaff70b63695f Mon Sep 17 00:00:00 2001 |
|
From: Lukas Nykryn <lnykryn@redhat.com> |
|
Date: Thu, 29 Aug 2019 09:40:09 +0200 |
|
Subject: [PATCH] rootfs-generator: don't set JobRunningTimeoutSec |
|
|
|
We don't have that in rhel7 systemd |
|
--- |
|
modules.d/98systemd/rootfs-generator.sh | 1 - |
|
1 file changed, 1 deletion(-) |
|
|
|
diff --git a/modules.d/98systemd/rootfs-generator.sh b/modules.d/98systemd/rootfs-generator.sh |
|
index 4ae693bb..eada3d15 100755 |
|
--- a/modules.d/98systemd/rootfs-generator.sh |
|
+++ b/modules.d/98systemd/rootfs-generator.sh |
|
@@ -32,7 +32,6 @@ generator_wait_for_dev() |
|
{ |
|
echo "[Unit]" |
|
echo "JobTimeoutSec=$_timeout" |
|
- echo "JobRunningTimeoutSec=$_timeout" |
|
} > "$GENERATOR_DIR"/${_name}.device.d/timeout.conf |
|
fi |
|
}
|
|
|