We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The logic at https://github.com/voxpupuli/beaker/blob/master/lib/beaker/host/unix/exec.rb#L283-L286 causes platform el-9-x86_64 to run /sbin/service sshd restart (instead of systemctl restart sshd.service), which can fail if the initscripts-service package is not installed.
el-9-x86_64
/sbin/service sshd restart
systemctl restart sshd.service
initscripts-service
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The logic at
https://github.com/voxpupuli/beaker/blob/master/lib/beaker/host/unix/exec.rb#L283-L286
causes platform
el-9-x86_64
to run/sbin/service sshd restart
(instead ofsystemctl restart sshd.service
), which can fail if theinitscripts-service
package is not installed.The text was updated successfully, but these errors were encountered: