jpappa200 commented on code in PR #7861:
URL: https://github.com/apache/trafficcontrol/pull/7861#discussion_r1393271796


##########
cache-config/t3c-apply/config/config.go:
##########
@@ -681,8 +681,7 @@ func getOSSvcManagement() SvcManagement {
                _svcManager = SystemD
        } else if isCommandAvailable(Service) {
                _svcManager = SystemV
-       }
-       if !isCommandAvailable(Chkconfig) {
+       } else {

Review Comment:
   That is true, I think you have to go back to RHEL 6 for System V. That said, 
we could probably remove the System V check too and just return unknown if it's 
not System D. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to