This currently doesn't work with ubuntu because there needs to be a space before the deamon_opts

This commit is contained in:
joshs85
2012-05-14 02:35:07 -03:00
parent 224e19b359
commit 6fd5f2f774

View File

@@ -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