diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2019-09-25 16:19:31 +0300 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2019-09-25 16:19:31 +0300 |
commit | 5c6b01d76c329f4ddcc31378e4ec62123e804d01 (patch) | |
tree | 83319ab9f2adbe59abafd0d00d95c90ab02124e5 | |
parent | 919230a21e9d5f2b6edcf99e1938707d487639a2 (diff) | |
download | unit-5c6b01d76c329f4ddcc31378e4ec62123e804d01.tar.gz unit-5c6b01d76c329f4ddcc31378e4ec62123e804d01.tar.bz2 |
Packaging: debian: drop a surplus line from init script
-rw-r--r-- | pkg/deb/debian/unit.init | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/deb/debian/unit.init b/pkg/deb/debian/unit.init index 93e9b731..900e97fd 100644 --- a/pkg/deb/debian/unit.init +++ b/pkg/deb/debian/unit.init @@ -16,8 +16,6 @@ DAEMON=/usr/sbin/unitd NAME=unit DESC=unitd -[ -r /etc/default/${NAME} ] && . /etc/default/${NAME} - #includes lsb functions . /lib/lsb/init-functions |