24 lines
864 B
Diff
24 lines
864 B
Diff
From 47542dc8b6f1a85de9968d028cacfb1065979e7c Mon Sep 17 00:00:00 2001
|
|
From: Marius Tessmann <mus.svz@gmail.com>
|
|
Date: Thu, 28 Aug 2014 22:01:44 +0200
|
|
Subject: [PATCH] systemd-firstboot.service: fix man page section
|
|
|
|
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 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
|