[systemd-commits] 3 commits - man/systemd-firstboot.xml units/systemd-firstboot.service.in units/systemd-journal-upload.service.in

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Thu Aug 28 15:06:40 PDT 2014


 man/systemd-firstboot.xml               |    2 +-
 units/systemd-firstboot.service.in      |    2 +-
 units/systemd-journal-upload.service.in |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit fd5ab841e7582342b23c9c08ba24ce0cca266690
Author: Marius Tessmann <mus.svz at gmail.com>
Date:   Thu Aug 28 22:01:46 2014 +0200

    systemd-journal-upload: fix invalid After=
    
    After= belongs into [Unit], not [Install]. Found with systemd-analyze
    verify.

diff --git a/units/systemd-journal-upload.service.in b/units/systemd-journal-upload.service.in
index e79f962..359ff10 100644
--- a/units/systemd-journal-upload.service.in
+++ b/units/systemd-journal-upload.service.in
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Journal Remote Upload Service
+After=network.target
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-journal-upload \
@@ -18,4 +19,3 @@ WatchdogSec=20min
 
 [Install]
 WantedBy=multi-user.target
-After=network.target

commit c32e70aa8ea5431c881553c6c609cef5536c4e65
Author: Marius Tessmann <mus.svz at gmail.com>
Date:   Thu Aug 28 22:01:45 2014 +0200

    systemd-firstboot: fix typo in man page

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 <command>systemd-firstboot</command> to operate
                 on mounted but not booted disk images and in early
                 boot. It is not recommended to use
-                <command>systemd-firsboot</command> on the running
+                <command>systemd-firstboot</command> on the running
                 system while it is up.</para>
         </refsect1>
 

commit 47542dc8b6f1a85de9968d028cacfb1065979e7c
Author: Marius Tessmann <mus.svz at gmail.com>
Date:   Thu Aug 28 22:01:44 2014 +0200

    systemd-firstboot.service: fix man page section
    
    Found with systemd-analyze verify.

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-firstboot.service.in
@@ -7,7 +7,7 @@
 
 [Unit]
 Description=First Boot Wizard
-Documentation=man:systemd-firstboot(8)
+Documentation=man:systemd-firstboot(1)
 DefaultDependencies=no
 Conflicts=shutdown.target
 After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service systemd-sysusers.service



More information about the systemd-commits mailing list