From 9c4b3cb0e437de9af14d7134a58c5caf04eaa308 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sep 01 2016 15:05:38 +0000 Subject: treecompose-post: Ensure journal is persistent https://bugzilla.redhat.com/show_bug.cgi?id=1265295 --- diff --git a/treecompose-post.sh b/treecompose-post.sh index 73b6573..836afac 100755 --- a/treecompose-post.sh +++ b/treecompose-post.sh @@ -1,6 +1,9 @@ #!/usr/bin/env bash -set -e +set -xeuo pipefail + +# Work around https://bugzilla.redhat.com/show_bug.cgi?id=1265295 +echo 'Storage=persistent' >> /etc/systemd/journald.conf # See: https://bugzilla.redhat.com/show_bug.cgi?id=1051816 KEEPLANG=en_US