Skip to content
Snippets Groups Projects
Commit f37d67ff authored by Nick Steel's avatar Nick Steel
Browse files

Added missing init info field to debian init script.

The Short-Description init info field is used by systemd and
displayed along with the service name. When it's missing the string
'null' is displayed instead.
parent 4c4aa502
Branches
Tags
No related merge requests found
......@@ -5,6 +5,7 @@
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Dropbear SSH server
### END INIT INFO
#
# Do not configure this file. Edit /etc/default/dropbear instead!
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment