Merge lp://staging/~mterry/libindicator/rename-unit into lp://staging/libindicator
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~mterry/libindicator/rename-unit |
Merge into: | lp://staging/libindicator |
Diff against target: |
42 lines (+14/-1) 4 files modified
data/Makefile.am (+1/-1) data/indicators.target (+5/-0) debian/changelog (+6/-0) debian/indicator-common.links (+2/-0) |
To merge this branch: | bzr merge lp://staging/~mterry/libindicator/rename-unit |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ted Gould | Pending | ||
Indicator Applet Developers | Pending | ||
Review via email: mp+321556@code.staging.launchpad.net |
Commit message
Use indicators.target as the systemd lifecycle unit, not indicators-
Description of the change
This MP might just be my inexperience with systemd conventions, but I think "indicators.target" makes more sense than "indicators-
With this MP, indicators can do the following:
[Unit]
PartOf=
[Install]
WantedBy=
And then they will start, restart, and stop when indicators.target is. And unity8 can simply say Wants=indicator
Indicators don't seem to be started by anything now, but I plan to add the above stanza to indicators if this branch is liked.
Is indicators-
Unmerged revisions
- 538. By Michael Terry
-
Make indicators.target part of graphical session
- 537. By Michael Terry
-
Bump version
- 536. By Michael Terry
-
Rename indicators-
pre.target to indicators.target