summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorNick Steel <kingosticks@gmail.com>2016-01-03 14:42:57 +0000
committerNick Steel <kingosticks@gmail.com>2016-01-03 14:42:57 +0000
commitf37d67ff5ed10789d50fed6b1302252884ae0cbe (patch)
tree1bc1139715c17a6ac8fb86c826522531abf702ff /debian
parent4c4aa502d4a65b90a86de6c1af868984565f1fe2 (diff)
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.
Diffstat (limited to 'debian')
-rw-r--r--debian/dropbear.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/dropbear.init b/debian/dropbear.init
index 1705330..ef3ec3f 100644
--- a/debian/dropbear.init
+++ b/debian/dropbear.init
@@ -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!