From 9c85b75f3db454606ff9e27e8edda758f4166c36 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Fri, 22 Apr 2011 15:36:29 +0200 Subject: [PATCH] Move sourcing of init-functions to the start --- debian/init-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/init-functions b/debian/init-functions index 444834d2..0c1d599d 100644 --- a/debian/init-functions +++ b/debian/init-functions @@ -1,6 +1,8 @@ # -*-Shell-script-*- # /lib/lsb/init-functions +. /lib/lsb/init-functions.systemd + if [ -e /sys/fs/cgroup/systemd ] ; then # Some init scripts use "set -e" and "set -u", we don't want that # here @@ -90,5 +92,3 @@ if [ "$_use_systemctl" = "1" ]; then exit $? fi fi - -. /lib/lsb/init-functions.systemd -- 2.39.5