Skip to content
New issue

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

monitor: Fix check process about multiple starts of sssd when pidfile… #982

Closed
wants to merge 1 commit into from

Commits on Feb 5, 2020

  1. monitor: Fix check process about multiple starts of sssd when pidfile…

    … remains
    
    If PIDFile is invalid in sssd.service, pidfile remains if sssd terminates abnormally.
    Also, if /var/run is not tmpfs, the pidfile will remain when the OS is forcibly stopped.
    
    In check process about multiple starts of sssd, only the existence of pidfile is checked.
    Fix not only to check if pidfile exists, but also to check if PID exists.
    miztake committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    e252509 View commit details
    Browse the repository at this point in the history