Skip to content

Commit ef327cf

Browse files
authored
Merge pull request #1531 from zexi/centos-chrony-service
fix: wrong chrony service name of centos7
2 parents f939216 + 3d2c729 commit ef327cf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

onecloud/roles/utils/detect-os/vars/centos-7.aarch64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ k8s_packages:
3939
- kubernetes-cni
4040

4141
common_services:
42-
- chrony
43-
- yunion-executor
42+
- chronyd
43+
- yunion-executor

onecloud/roles/utils/detect-os/vars/centos-7.x86_64.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@ k8s_packages:
3939
- kubernetes-cni
4040

4141
common_services:
42-
- chrony
42+
- chronyd
4343
- yunion-executor
44-

0 commit comments

Comments
 (0)