Skip to content

Commit

Permalink
Removing check for chkconfig (#7861)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Malenfant <[email protected]>
  • Loading branch information
smalenfant and Steve Malenfant authored Feb 19, 2025
1 parent be68eef commit 7776d51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cache-config/t3c-apply/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,7 @@ func getOSSvcManagement() SvcManagement {
_svcManager = SystemD
} else if isCommandAvailable(Service) {
_svcManager = SystemV
}
if !isCommandAvailable(Chkconfig) {
} else {
return Unknown
}

Expand Down

0 comments on commit 7776d51

Please sign in to comment.