#98 f27 backports from master
Closed 6 years ago by walters. Opened 6 years ago by walters.
walters/fedora-atomic f27-backports  into  f27

file modified
+5 -4
@@ -3,7 +3,8 @@ 

  set -xeuo pipefail

  

  # Work around https://bugzilla.redhat.com/show_bug.cgi?id=1265295

- echo 'Storage=persistent' >> /etc/systemd/journald.conf

- 

- # Work around https://github.com/systemd/systemd/issues/4082

- find /usr/lib/systemd/system/ -type f -exec sed -i -e '/^PrivateTmp=/d' -e '/^Protect\(Home\|System\)=/d' {} \;

+ # Also note the create-new-then-rename dance for rofiles-fuse compat

+ if ! grep -q '^Storage=persistent' /etc/systemd/journald.conf; then

+     (cat /etc/systemd/journald.conf && echo 'Storage=persistent') > /etc/systemd.journald.conf.new

+     mv /etc/systemd.journald.conf{.new,}

+ fi

Sucks we somehow only got the ProtectHome one on f26 and rawhide but not f27.

LGTM - yes missing that commit at the time it was applied to the other branches sucks.

Pull-Request has been closed by walters

6 years ago

looks like this was closed, not merged?? also do you mind hopping on IRC real quick?

I pushed it manually since I wasn't quite trusting pagure not to make a merge commit, although it looks like it wouldn't have. I am on IRC right?

I am on IRC right?

If you are you aren't getting my messages, or aren't responding to them.

Metadata