Merge lp://staging/~paulgear/charm-helpers/enable-disable-service-systemd into lp://staging/charm-helpers
Proposed by
Paul Gear
Status: | Merged |
---|---|
Merged at revision: | 745 |
Proposed branch: | lp://staging/~paulgear/charm-helpers/enable-disable-service-systemd |
Merge into: | lp://staging/charm-helpers |
Diff against target: |
19 lines (+2/-0) 1 file modified
charmhelpers/core/host.py (+2/-0) |
To merge this branch: | bzr merge lp://staging/~paulgear/charm-helpers/enable-disable-service-systemd |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stuart Bishop (community) | Approve | ||
charmers | Pending | ||
Review via email: mp+324361@code.staging.launchpad.net |
Description of the change
See lp:1692178 for background on this. This is a fairly simplistic solution, but the mask/unmask has been left in place, in order not to break anything which relies on masked behaviour from systemd-controlled services. I suspect there are no charms which do this, but have no way to be sure; so this is the safe solution which makes enabling services work.
To post a comment you must log in.
How does this address lp:1692178 ? My understanding is that the disable/enable will not have any effect and with the mask still in place pause/resume will still fail.