1e79db4d2b
Following the `fedora-atomic` version: https://pagure.io/fedora-atomic/c/174e04cb6c268ce32135e8e70194b3ee42fb6f9d?branch=master
8 lines
271 B
Bash
Executable file
8 lines
271 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -xeuo pipefail
|
|
|
|
# See https://bugzilla.redhat.com/show_bug.cgi?id=1265295 ; some
|
|
# aspects of that have been fixed, but apparently this is still
|
|
# necessary, and generally makes things less finicky
|
|
echo 'Storage=persistent' >> /etc/systemd/journald.conf
|