From bda7a2a08b69996204d3c60f7bbd34c36c05f99a Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Sun, 3 Jan 2016 14:42:57 +0000 Subject: 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. --- debian/dropbear.init | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') 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! -- cgit v1.2.1