diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-04-29 16:10:51 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-04-29 17:06:52 +0200 |
commit | 6dc14d73664390682d47d7e5bcbdbb362d04f623 (patch) | |
tree | e0fd3eafaeef9aa1cdfa53306eaba74049a607fa /units | |
parent | codespell: fix spelling errors (diff) | |
download | systemd-6dc14d73664390682d47d7e5bcbdbb362d04f623.tar.xz systemd-6dc14d73664390682d47d7e5bcbdbb362d04f623.zip |
units: drop reference to sushell man page
sushell was a Fedoraism, and has been removed since. Hence our upstream
unit files shouldn't reference it either.
Diffstat (limited to 'units')
-rw-r--r-- | units/debug-shell.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/debug-shell.service.in b/units/debug-shell.service.in index 1127e68b63..9f3868e106 100644 --- a/units/debug-shell.service.in +++ b/units/debug-shell.service.in @@ -9,7 +9,6 @@ [Unit] Description=Early root shell on @DEBUGTTY@ FOR DEBUGGING ONLY -Documentation=man:sushell(8) Documentation=man:systemd-debug-generator(8) DefaultDependencies=no IgnoreOnIsolate=yes |