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

OpenSUSE systemd fixes #1357

Merged
merged 2 commits into from
Dec 15, 2016
Merged

OpenSUSE systemd fixes #1357

merged 2 commits into from
Dec 15, 2016

Commits on Dec 15, 2016

  1. don't try to get stuff from /usr/lib/systemd on the host

    it might not even be there…
    
    Signed-off-by: Evgeni Golov <evgeni@debian.org>
    evgeni committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    000f7f1 View commit details
    Browse the repository at this point in the history
  2. lxc-opensuse: rm poweroff.target -> sigpwr.target copy

    Given commit 330ae3d:
    
        lxccontainer: detect if we should send SIGRTMIN+3
    
        This is required by systemd to cleanly shutdown. Other init systems should not
        have SIGRTMIN+3 in the blocked signals set.
    
    we should stop poking around with sigpwr.target for systemd.
    
    Signed-off-by: Evgeni Golov <evgeni@debian.org>
    evgeni committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    62386d9 View commit details
    Browse the repository at this point in the history