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
This commit is contained in:
Brian C. Lane 2015-06-12 15:56:12 -07:00
parent 115d6d4c7d
commit b79ad68a50
1 changed files with 2 additions and 1 deletions

View File

@ -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@.service on switch to empty VT
symlink anaconda-shell@.service lib/systemd/system/autovt@.service