- Use systemctl instead of chkconfig
OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=18
This commit is contained in:
parent
282ae2ae90
commit
48c9209d4d
@ -76,7 +76,7 @@ suseImportBuildKey
|
|||||||
#======================================
|
#======================================
|
||||||
# Enable sshd
|
# Enable sshd
|
||||||
#--------------------------------------
|
#--------------------------------------
|
||||||
chkconfig sshd on
|
systemctl enable sshd.service
|
||||||
|
|
||||||
if [ -e /etc/cloud/cloud.cfg ]; then
|
if [ -e /etc/cloud/cloud.cfg ]; then
|
||||||
# not useful for cloud
|
# not useful for cloud
|
||||||
@ -97,7 +97,7 @@ fi
|
|||||||
|
|
||||||
# Enable firewalld if installed
|
# Enable firewalld if installed
|
||||||
if [ -x /usr/sbin/firewalld ]; then
|
if [ -x /usr/sbin/firewalld ]; then
|
||||||
chkconfig firewalld on
|
systemctl enable firewalld.service
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Set GRUB2 to boot graphically (bsc#1097428)
|
# Set GRUB2 to boot graphically (bsc#1097428)
|
||||||
|
@ -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>
|
Thu Jan 9 14:16:16 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user