I have made the following changes intended for : CE:MW:Shared / mapplauncherd
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/8203 Thank You, Pekka Lundstrom [This message was auto-generated] --- Request # 8203: Messages from BOSS: State: review at 2013-02-26T12:24:07 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:plundstr:branches:CE:MW:Shared / mapplauncherd -> CE:MW:Shared / mapplauncherd changes files: -------------- --- mapplauncherd.changes +++ mapplauncherd.changes @@ -0,0 +1,4 @@ +* Tue Feb 26 2013 Pekka Lundstrom <[email protected]> - 4.0.0 +- Started using "Type=fork" in systemd .service file so that + systemd knows when initialization is done. Fixes NEMO#637 + spec files: ----------- other changes: -------------- ++++++ mapplauncherd.service --- mapplauncherd.service +++ mapplauncherd.service @@ -4,6 +4,7 @@ Requires=dbus.socket xorg.target [Service] +Type=fork ExecStart=/usr/bin/applauncherd [Install]
