Source LSB init functions
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Wed, 27 Jun 2018 15:02:07 +0000 (15:02 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 4 Jul 2018 18:52:32 +0000 (19:52 +0100)
util/init_script

index 4815e7b3c559df75a0e3cfadc98b03a44624622d..5b8684308f09ac61bfc4d08432fd87c546746657 100755 (executable)
@@ -19,6 +19,9 @@ MOUNTPOINT=/sys/fs/fuse/connections
 # Gracefully exit if the package has been removed.
 which fusermount3 &>/dev/null || exit 5
 
+# Define LSB log_* functions.
+. /lib/lsb/init-functions
+
 case "$1" in
     start|restart|force-reload)
        if ! grep -qw fuse /proc/filesystems; then