[rhel7-branch 1/1] Disable systemd-tmpfiles-clean (#1202545)

bcl installerbot-noreply at redhat.com
Fri Jun 12 23:22:44 UTC 2015


From: "Brian C. Lane" <bcl at redhat.com>

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 aab7f5b..ef39563 100644
--- a/share/runtime-postinstall.tmpl
+++ b/share/runtime-postinstall.tmpl
@@ -36,7 +36,8 @@ systemctl disable systemd-readahead-collect.service \
 ## /usr/lib/systemd rather than /etc/systemd), so we have to mask them.
 systemctl mask rhel-configure.service rhel-loadmodules.service \
                rhel-autorelabel.service rhel-autorelabel-mark.service \
-               rhel-wait-storage.service media.mount
+               rhel-wait-storage.service media.mount \
+               systemd-tmpfiles-clean.service systemd-tmpfiles-clean.timer
 
 ## Make logind activate anaconda-shell at .service on switch to empty VT
 symlink anaconda-shell at .service lib/systemd/system/autovt at .service


-- 
To view this commit on github, visit https://github.com/rhinstaller/lorax/commit/b79ad68a5033e22c8cb53c8ab287dbc53e9b6731


More information about the anaconda-patches mailing list