From 6fd5f2f774b76da9559ca2a2e3190b1d2c15b61f Mon Sep 17 00:00:00 2001 From: joshs85 Date: Mon, 14 May 2012 02:35:07 -0300 Subject: [PATCH] This currently doesn't work with ubuntu because there needs to be a space before the deamon_opts --- init.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.ubuntu b/init.ubuntu index 7b1b84ec..36102575 100644 --- a/init.ubuntu +++ b/init.ubuntu @@ -20,7 +20,7 @@ APP_PATH=/usr/local/sbin/headphones DAEMON=/usr/bin/python # startup args -DAEMON_OPTS="Headphones.py -q" +DAEMON_OPTS=" Headphones.py -q" # script name NAME=headphones