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
systemctl stop webhook.service
wait a couple of minutes. SystemD will restart webhook service.
systemctl status webhook.service Active: inactive (dead)
Prozessliste:
ps awxf | grep webhook 28860 pts/0 S+ 0:00 | \_ grep --color=auto webhook 27952 ? Sl 0:00 /opt/puppetlabs/puppet/bin/ruby /usr/local/bin/webhook restart
webhook service gets restarted. systemctl does not recognize that service is running properly
systemctl should recognize running service.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
wait a couple of minutes. SystemD will restart webhook service.
Prozessliste:
What are you seeing
webhook service gets restarted.
systemctl does not recognize that service is running properly
What behaviour did you expect instead
systemctl should recognize running service.
The text was updated successfully, but these errors were encountered: