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:
parent
115d6d4c7d
commit
b79ad68a50
@ -36,7 +36,8 @@ systemctl disable systemd-readahead-collect.service \
|
|||||||
## /usr/lib/systemd rather than /etc/systemd), so we have to mask them.
|
## /usr/lib/systemd rather than /etc/systemd), so we have to mask them.
|
||||||
systemctl mask rhel-configure.service rhel-loadmodules.service \
|
systemctl mask rhel-configure.service rhel-loadmodules.service \
|
||||||
rhel-autorelabel.service rhel-autorelabel-mark.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
|
## Make logind activate anaconda-shell@.service on switch to empty VT
|
||||||
symlink anaconda-shell@.service lib/systemd/system/autovt@.service
|
symlink anaconda-shell@.service lib/systemd/system/autovt@.service
|
||||||
|
Loading…
Reference in New Issue
Block a user