Merge branch '2.3.x' into devel

This commit is contained in:
Martin Konecny 2013-04-03 16:48:19 -04:00
commit e2e6a4263c
4 changed files with 2 additions and 5 deletions

View file

@ -3,7 +3,6 @@
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
. ${virtualenv_bin}activate
ls_user="pypo"
export HOME="/var/tmp/airtime/pypo/"
api_client_path="/usr/lib/airtime/"
ls_path="/usr/bin/airtime-liquidsoap --verbose -f -d"

View file

@ -21,7 +21,6 @@ start () {
chown pypo:pypo /var/log/airtime/pypo-liquidsoap
chown pypo:pypo /etc/airtime/liquidsoap.cfg
rm -f $PIDFILE
touch $PIDFILE
chown pypo:pypo $PIDFILE

View file

@ -1,7 +1,6 @@
%include "/etc/airtime/liquidsoap.cfg"
set("log.file.path", log_file)
set("log.stdout", true)
set("server.telnet", true)
set("server.telnet.port", 1234)
set("init.daemon.pidfile.path", "/var/run/airtime-liquidsoap.pid")