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

[service dependent] describe non-warm-reboot dependency outside systemd #3311

Merged
merged 4 commits into from
Aug 8, 2019

Commits on Aug 8, 2019

  1. [service dependent] describe non-warm-reboot dependency outside syste…

    …mctl
    
    When dependency was described with systemctl, it will kick in all the time,
    including under warm reboot/restart scenarios. This is not what we always
    want. For components that are capable of warm reboot/start, they need to
    describe dependency in service files.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    a500a61 View commit details
    Browse the repository at this point in the history
  2. [service] teamd service should not require swss service

    Adding require swss will cause teamd to be killed by systemctl when swss
    stops. This is not what we want in warm reboot.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    39c0c2c View commit details
    Browse the repository at this point in the history
  3. refactoring code

    yxieca committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    5ea509c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c0d1de View commit details
    Browse the repository at this point in the history