Mercurial > dropbear
changeset 1222:4ca2872c7d9e
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.
author | Nick Steel <kingosticks@gmail.com> |
---|---|
date | Sun, 03 Jan 2016 14:42:57 +0000 |
parents | f7d565054e5f |
children | 5b4024eba55b |
files | debian/dropbear.init |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/dropbear.init Fri Dec 18 21:20:46 2015 +0800 +++ b/debian/dropbear.init Sun Jan 03 14:42:57 2016 +0000 @@ -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!