sysv-generator: advertise the man page

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-11-27 17:17:09 -05:00
parent f509443af5
commit aad0a2c800
1 changed files with 1 additions and 0 deletions

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);