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
This commit is contained in:
Alex Schultz 2019-11-07 08:18:34 -07:00
parent 115a45a490
commit 63859da17b
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