Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 7776d51

Browse files
smalenfantSteve Malenfant
andauthored
Removing check for chkconfig (#7861)
Co-authored-by: Steve Malenfant <[email protected]>
1 parent be68eef commit 7776d51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cache-config/t3c-apply/config/config.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,8 +741,7 @@ func getOSSvcManagement() SvcManagement {
741741
_svcManager = SystemD
742742
} else if isCommandAvailable(Service) {
743743
_svcManager = SystemV
744-
}
745-
if !isCommandAvailable(Chkconfig) {
744+
} else {
746745
return Unknown
747746
}
748747

0 commit comments

Comments
 (0)