diff options
author | Marius Tessmann <mus.svz@gmail.com> | 2014-08-28 22:01:44 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-28 18:06:02 -0400 |
commit | 47542dc8b6f1a85de9968d028cacfb1065979e7c (patch) | |
tree | d40a9a5e343004615036c2f6f6b545d566e555ff | |
parent | 32b13b2f58b916ea22626e89cdd8cdb70ca6b6c9 (diff) |
systemd-firstboot.service: fix man page section
Found with systemd-analyze verify.
-rw-r--r-- | units/systemd-firstboot.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-firstboot.service.in b/units/systemd-firstboot.service.in index a8719a8c7f..6cdde5b82d 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 |