Re: [systemd-devel] [PATCH 3/3] systemd-journal-upload: fix invalid After=

2014-08-29 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Aug 29, 2014 at 09:53:00AM +0200, Umut Tezduyar Lindskog wrote: > Hi, this is already in the backlog: > http://lists.freedesktop.org/archives/systemd-devel/2014-August/022368.html > Thanks anyways. Ah, sorry, I missed it. Zbyszek ___ systemd-deve

Re: [systemd-devel] [PATCH 3/3] systemd-journal-upload: fix invalid After=

2014-08-29 Thread David Herrmann
Hi On Fri, Aug 29, 2014 at 9:53 AM, Umut Tezduyar Lindskog wrote: > Hi, this is already in the backlog: > http://lists.freedesktop.org/archives/systemd-devel/2014-August/022368.html > Thanks anyways. Yepp, and Zbigniew applied and pushed it. Thanks! David ___

Re: [systemd-devel] [PATCH 3/3] systemd-journal-upload: fix invalid After=

2014-08-29 Thread Umut Tezduyar Lindskog
Hi, this is already in the backlog: http://lists.freedesktop.org/archives/systemd-devel/2014-August/022368.html Thanks anyways. On Thu, Aug 28, 2014 at 10:01 PM, Marius Tessmann wrote: > After= belongs into [Unit], not [Install]. Found with systemd-analyze > verify. > --- > units/systemd-journal

[systemd-devel] [PATCH 3/3] systemd-journal-upload: fix invalid After=

2014-08-28 Thread Marius Tessmann
After= belongs into [Unit], not [Install]. Found with systemd-analyze verify. --- units/systemd-journal-upload.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/systemd-journal-upload.service.in b/units/systemd-journal-upload.service.in index e79f962..359ff10 10