From 6dbdd4c0be0fabaea6399d4dd3dcb58e5363cb5c Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Tue, 8 Oct 2013 13:58:27 -0600 Subject: [PATCH] Load lsb init-functions so that status_of_proc is available --- init/ubuntu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init/ubuntu b/init/ubuntu index 7f770a67..1d2eb57a 100644 --- a/init/ubuntu +++ b/init/ubuntu @@ -20,6 +20,8 @@ else echo "/etc/default/couchpotato not found using default settings."; fi +. /lib/lsb/init-functions + # Script name NAME=couchpotato