cc-2055: switch to init.d

-disable daemon from starting twice
This commit is contained in:
martin 2011-05-30 18:55:52 -04:00
parent b0befdff20
commit 5803635d50
7 changed files with 91 additions and 84 deletions

View file

@ -10,8 +10,6 @@ exec 2>&1
cd /usr/lib/airtime/pypo/bin/scripts
export PYTHONPATH=${api_client_path}
#su ${ls_user} -c "${ls_path} ${ls_param}" 2>&1
setuidgid ${ls_user} ${ls_path} ${ls_param}
exec ${ls_path} ${ls_param}
# EOF