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

[hostcfgd] Handle Both Service And Timer Units #5228

Commits on Aug 20, 2020

  1. [hostcfgd] Handle Both Service And Timer Units

    Commit e484ae9 introduced systemd .timer unit to hostcfgd.
    However, when stopping service that has timer, there is possibility that
    timer is not running and the sevice would not be stopped. This PR
    address this situation by handling both .timer and .service units.
    
    signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
    tahmed-dev committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    f661533 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. review comment

    tahmed-dev committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    e5c2f70 View commit details
    Browse the repository at this point in the history