Fabian Vogt 2020-02-04 08:56:07 +00:00 committed by Git OBS Bridge
parent 282ae2ae90
commit 48c9209d4d
2 changed files with 7 additions and 2 deletions

View File

@ -76,7 +76,7 @@ suseImportBuildKey
#======================================
# Enable sshd
#--------------------------------------
chkconfig sshd on
systemctl enable sshd.service
if [ -e /etc/cloud/cloud.cfg ]; then
# not useful for cloud
@ -97,7 +97,7 @@ fi
# Enable firewalld if installed
if [ -x /usr/sbin/firewalld ]; then
chkconfig firewalld on
systemctl enable firewalld.service
fi
# Set GRUB2 to boot graphically (bsc#1097428)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 4 08:55:36 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- Use systemctl instead of chkconfig
-------------------------------------------------------------------
Thu Jan 9 14:16:16 UTC 2020 - Fabian Vogt <fvogt@suse.com>