You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing an RPM on RedHat (chkconfig), the runlevels that are set in the rpm daemon configuration are not obeyed. The command that is run is chkconfig ${daemonName} on, which sets the service to run on run-levels 2-5, instead of obeying the configuration set as in the other installcmd (update-rc.d).
The text was updated successfully, but these errors were encountered:
pull request #256 uses chkconfig --add to leverage run-levels set from daemon config or default values to ensure auto-run on redhat obeys rpm configuration
When installing an RPM on RedHat (chkconfig), the runlevels that are set in the rpm daemon configuration are not obeyed. The command that is run is
chkconfig ${daemonName} on
, which sets the service to run on run-levels 2-5, instead of obeying the configuration set as in the other installcmd (update-rc.d).The text was updated successfully, but these errors were encountered: