diff options
author | Didier Roche <didrocks@ubuntu.com> | 2015-01-26 17:34:59 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-02-18 16:33:46 +0100 |
commit | a80170f55c70f98c8bde663bd28046e48b258a01 (patch) | |
tree | 88287427d313fad164deb3eab1a458f1c73ed278 /units | |
parent | 66f2ff06ca4ee5ea686b884e2923a31832ad8fe4 (diff) |
Add man page and references to it.
Add man page explaining the plymouth theme protocol, usage of the daemon
as well as the socket activation part.
Adapt existing fsck man page.
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-fsckd.service.in | 1 | ||||
-rw-r--r-- | units/systemd-fsckd.socket | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/units/systemd-fsckd.service.in b/units/systemd-fsckd.service.in index 27c325f778..9c7ed5146d 100644 --- a/units/systemd-fsckd.service.in +++ b/units/systemd-fsckd.service.in @@ -7,6 +7,7 @@ [Unit] Description=File System Check Daemon to report status +Documentation=man:systemd-fsckd.service(8) DefaultDependencies=no Requires=systemd-fsckd.socket Before=shutdown.target diff --git a/units/systemd-fsckd.socket b/units/systemd-fsckd.socket index a8994a1aea..93c4ea9eba 100644 --- a/units/systemd-fsckd.socket +++ b/units/systemd-fsckd.socket @@ -7,7 +7,7 @@ [Unit] Description=fsck to fsckd communication Socket -Documentation=man:systemd-fsck@.service(8) man:systemd-fsck-root.service(8) +Documentation=man:systemd-fsckd.service(8) man:systemd-fsck@.service(8) man:systemd-fsck-root.service(8) DefaultDependencies=no [Socket] |