Re: [systemd-devel] [PATCH] shutdown: pass own argv to /run/initramfs/shutdown

2014-09-30 Thread Marius Tessmann
On 09/30/2014 05:03 AM, Zbigniew Jędrzejewski-Szmek wrote: On Fri, Aug 29, 2014 at 05:51:45PM +0200, Marius Tessmann wrote: Since commit b1e90ec515408aec2702522f6f68c4920b56375b systemd passes its log settings to systemd-shutdown via command line parameters. However, systemd-shutdown doesn&#

[systemd-devel] [PATCH] shutdown: pass own argv to /run/initramfs/shutdown

2014-08-29 Thread Marius Tessmann
Since commit b1e90ec515408aec2702522f6f68c4920b56375b systemd passes its log settings to systemd-shutdown via command line parameters. However, systemd-shutdown doesn't pass these parameters to /run/initramfs/shutdown, causing it to fall back to the default log settings. This fixes the following b

[systemd-devel] [PATCH 2/3] systemd-firstboot: fix typo in man page

2014-08-28 Thread Marius Tessmann
--- man/systemd-firstboot.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd-firstboot.xml b/man/systemd-firstboot.xml index 5da0a75..8d97302 100644 --- a/man/systemd-firstboot.xml +++ b/man/systemd-firstboot.xml @@ -101,7 +101,7 @@ allows systemd-

[systemd-devel] [PATCH 1/3] systemd-firstboot.service: fix man page section

2014-08-28 Thread Marius Tessmann
Found with systemd-analyze verify. --- units/systemd-firstboot.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/systemd-firstboot.service.in b/units/systemd-firstboot.service.in index a8719a8..6cdde5b 100644 --- a/units/systemd-firstboot.service.in +++ b/units/

[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