From 1130cf961c581a2ba54a8055307de2fd9b7fcff8 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Mon, 27 May 2013 13:41:36 -0400 Subject: [PATCH] CC-5049: Error messages on Liquidsoap start up/shut down after Airtime install -fixed --- python_apps/media-monitor/airtime-media-monitor-init-d | 2 +- python_apps/pypo/airtime-liquidsoap-init-d | 2 +- python_apps/pypo/airtime-playout-init-d | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python_apps/media-monitor/airtime-media-monitor-init-d b/python_apps/media-monitor/airtime-media-monitor-init-d index ab8e0131a..d059e9389 100755 --- a/python_apps/media-monitor/airtime-media-monitor-init-d +++ b/python_apps/media-monitor/airtime-media-monitor-init-d @@ -2,7 +2,7 @@ ### BEGIN INIT INFO # Provides: airtime-media-monitor -# Required-Start: $local_fs $remote_fs $network $syslog +# Required-Start: $local_fs $remote_fs $network $syslog $all # Required-Stop: $local_fs $remote_fs $network $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 diff --git a/python_apps/pypo/airtime-liquidsoap-init-d b/python_apps/pypo/airtime-liquidsoap-init-d index e15972db4..2fc791ffa 100755 --- a/python_apps/pypo/airtime-liquidsoap-init-d +++ b/python_apps/pypo/airtime-liquidsoap-init-d @@ -2,7 +2,7 @@ ### BEGIN INIT INFO # Provides: airtime-liquidsoap -# Required-Start: $local_fs $remote_fs $network $syslog +# Required-Start: $local_fs $remote_fs $network $syslog $all # Required-Stop: $local_fs $remote_fs $network $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 diff --git a/python_apps/pypo/airtime-playout-init-d b/python_apps/pypo/airtime-playout-init-d index 401b9604c..1d760d43a 100755 --- a/python_apps/pypo/airtime-playout-init-d +++ b/python_apps/pypo/airtime-playout-init-d @@ -2,7 +2,7 @@ ### BEGIN INIT INFO # Provides: airtime-playout -# Required-Start: $local_fs $remote_fs $network $syslog +# Required-Start: $local_fs $remote_fs $network $syslog $all # Required-Stop: $local_fs $remote_fs $network $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6