Accepting request 769883 from Virtualization:Appliances:Images:openSUSE-Tumbleweed
- Use systemctl instead of chkconfig OBS-URL: https://build.opensuse.org/request/show/769883 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kiwi-templates-JeOS?expand=0&rev=7
This commit is contained in:
commit
4ba3b45a63
@ -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)
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user