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 ef445999cb
commit a4d350a177
1 changed files with 2 additions and 1 deletions

View File

@ -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