Use chkconfig

The network.service is a legacy config. Use chkconfig directly instead
of the systemctl version.

Depends-On: https://review.opendev.org/#/c/693379/
Change-Id: I1614da55b3e76ef8cca715cd3e1897bc76a2a3fb
Closes-Bug: #1851274
(cherry picked from commit 63859da17b)
This commit is contained in:
Alex Schultz 2019-11-07 08:18:34 -07:00
parent b8f3f58a2e
commit 2ad3189cf8
1 changed files with 1 additions and 2 deletions

View File

@ -4,5 +4,4 @@ set -eux
set -o pipefail
# https://launchpad.net/bugs/1823353
systemctl enable network
systemctl start network
chkconfig network on