sysv-generator: advertise the man page

(cherry picked from commit aad0a2c800)
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2015-01-16 00:56:52 -05:00
parent c45ae44211
commit 5f7252443d
+1
View File
@@ -151,6 +151,7 @@ static int generate_unit_file(SysvStub *s) {
fprintf(f,
"# Automatically generated by systemd-sysv-generator\n\n"
"[Unit]\n"
"Documentation=man:systemd-sysv-generator(8)\n"
"SourcePath=%s\n"
"Description=%s\n",
s->path, s->description);