diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-27 01:07:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-27 01:07:04 +0200 |
commit | 744881d173e7e2d29a51c86edb8255857089cfd2 (patch) | |
tree | d1d7b4350928724b9b690f902724d957fb1d4882 /units/systemd-debug-shell.service.in | |
parent | ee1c0ad436efef9d2688a48917bf77d65a0ce675 (diff) |
man: add Documentation= tags to all kinds of missing units
Diffstat (limited to 'units/systemd-debug-shell.service.in')
-rw-r--r-- | units/systemd-debug-shell.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-debug-shell.service.in b/units/systemd-debug-shell.service.in index 70c01c21f6..8ca25a3628 100644 --- a/units/systemd-debug-shell.service.in +++ b/units/systemd-debug-shell.service.in @@ -1,5 +1,6 @@ [Unit] Description=Early root shell on tty9 FOR DEBUGGING ONLY +Documentation=man:sushell(8) DefaultDependencies=no IgnoreOnIsolate=yes |