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

wrappers/services: RemainAfterExit=yes for oneshot daemons w/ stop cmds #2920

Merged
merged 4 commits into from
Feb 23, 2017

Commits on Feb 22, 2017

  1. Fix typo in service unit comment

    Scott Sweeny committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    a3efe4f View commit details
    Browse the repository at this point in the history
  2. wrappers/services: RemainAfterExit=yes for oneshot daemons w/ stop cmds

    systemd complains if you generate a service file for a oneshot daemon
    that also includes an ExecStop directive but doesn't specify
    RemainAfterExit=yes. systemd needs this keep track of the service after
    the command exits.
    
    Also adds a test for this.
    
    Fixes: https://bugs.launchpad.net/snappy/+bug/1647169
    Scott Sweeny committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    41b3422 View commit details
    Browse the repository at this point in the history
  3. Use snaptest.MockInfo to parse the yaml

    Scott Sweeny committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    5c4bc00 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Merge branch 'master' of https://github.com/snapcore/snapd into fix-o…

    …neshot-daemons
    Scott Sweeny committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    a4f0c67 View commit details
    Browse the repository at this point in the history