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
ef445999cb
commit
a4d350a177
@ -40,7 +40,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 fedora-configure.service fedora-loadmodules.service \
|
systemctl mask fedora-configure.service fedora-loadmodules.service \
|
||||||
fedora-autorelabel.service fedora-autorelabel-mark.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
|
## 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