Merge #357 `live-base: Disable abrtd on live systems`

This commit is contained in:
Dennis Gilmore 2018-03-20 01:55:04 +00:00
commit af96d2b41f
1 changed files with 4 additions and 0 deletions

View File

@ -206,6 +206,10 @@ systemctl --no-reload disable atd.service 2> /dev/null || :
systemctl stop crond.service 2> /dev/null || :
systemctl stop atd.service 2> /dev/null || :
# turn off abrtd on a live image
systemctl --no-reload disable abrtd.service 2> /dev/null || :
systemctl stop abrtd.service 2> /dev/null || :
# Don't sync the system clock when running live (RHBZ #1018162)
sed -i 's/rtcsync//' /etc/chrony.conf