I have made the following changes intended for : CE:UX:MTF / mce 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/3132 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3132: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-11-18T12:19:20 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by None Changes: submit: Project:MTF:UX / mce -> CE:UX:MTF / mce Index: mce.changes =================================================================== --- mce.changes (revision 1) +++ mce.changes (revision 4) @@ -1,3 +1,6 @@ +* Thu Nov 17 2011 Marko Saukko <[email protected]> - 1.10.92 +- Changed systemd service to multi-user.target. + * Thu Sep 15 2011 Marko Saukko <[email protected]> - 1.10.92-17 - Systemd service file - Added yaml and fixed packaging Index: mce.service =================================================================== --- mce.service (revision 1) +++ mce.service (revision 4) @@ -5,9 +5,9 @@ [Service] Environment=DSME_SOCKFILE=/run/dsme.socket -ExecStartPre=-/bin/mkdir /run/mce +ExecStartPre=-/bin/mkdir -p /run/mce ExecStart=/sbin/mce Restart=always [Install] -WantedBy=default.target +WantedBy=multi-user.target Index: mce.spec =================================================================== --- mce.spec (revision 1) +++ mce.spec (revision 4) @@ -117,8 +117,8 @@ install -m 644 man/mce.sv.8 %{buildroot}/%{_mandir}/sv/man8/mce.8 install -m 644 man/mcetool.sv.8 %{buildroot}/%{_mandir}/sv/man8/mcetool.8 install -m 644 man/mcetorture.sv.8 %{buildroot}/%{_mandir}/sv/man8/mcetorture.8 -install -d %{buildroot}/lib/systemd/system/sysinit.target.wants/ -ln -s ../%{name}.service %{buildroot}/lib/systemd/system/sysinit.target.wants/%{name}.service +install -d %{buildroot}/lib/systemd/system/multi-user.target.wants/ +ln -s ../%{name}.service %{buildroot}/lib/systemd/system/multi-user.target.wants/%{name}.service install -D -m 644 %{SOURCE1} %{buildroot}/lib/systemd/system/%{name}.service # << install post @@ -168,7 +168,7 @@ %{_mandir}/sv/man8/%{name}.8.gz %{_datadir}/mce/mce-* /lib/systemd/system/%{name}.service -/lib/systemd/system/sysinit.target.wants/%{name}.service +/lib/systemd/system/multi-user.target.wants/%{name}.service # << files
