From a4d350a17707099033d360ae1b74005c084560dd Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 12 Jun 2015 15:56:12 -0700 Subject: [PATCH] Disable systemd-tmpfiles-clean (#1202545) When the time changes dramatically it cleans up the files in /tmp/ causing problems with the installation. Resolves: rhbz#1202545 --- share/runtime-postinstall.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index 8d66235d..0bc63cc9 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -40,7 +40,8 @@ systemctl disable systemd-readahead-collect.service \ ## /usr/lib/systemd rather than /etc/systemd), so we have to mask them. systemctl mask fedora-configure.service fedora-loadmodules.service \ fedora-autorelabel.service fedora-autorelabel-mark.service \ - fedora-wait-storage.service media.mount + fedora-wait-storage.service media.mount \ + systemd-tmpfiles-clean.service systemd-tmpfiles-clean.timer ## Make logind activate anaconda-shell@.service on switch to empty VT symlink anaconda-shell@.service lib/systemd/system/autovt@.service