From 2ebe76d535dc5b9dcc3a42260ed620d5fbf0761f Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 27 Feb 2018 14:47:27 +0100 Subject: [PATCH] TT#33306 Add dependencies on $network and $local_fs to init scripts These daemons require these facilities to be setup. Previously this was implied and shadowed by the sshd dependency, but once removed the implicit dependencies disappeared, make them explicit now. Change-Id: I13b9b797da0d69636c0f87d92d80a9af46c0726c --- debian/ngcp-rtpengine-daemon.init | 4 ++-- debian/ngcp-rtpengine-recording-daemon.init | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/ngcp-rtpengine-daemon.init b/debian/ngcp-rtpengine-daemon.init index 565efc31d..0df02baac 100755 --- a/debian/ngcp-rtpengine-daemon.init +++ b/debian/ngcp-rtpengine-daemon.init @@ -1,8 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: ngcp-rtpengine-daemon -# Required-Start: $remote_fs $syslog -# Required-Stop: $remote_fs $syslog +# Required-Start: $network $local_fs $remote_fs $syslog +# Required-Stop: $network $local_fs $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Ngcp Rtpengine diff --git a/debian/ngcp-rtpengine-recording-daemon.init b/debian/ngcp-rtpengine-recording-daemon.init index 64b46de17..40f1f17ae 100755 --- a/debian/ngcp-rtpengine-recording-daemon.init +++ b/debian/ngcp-rtpengine-recording-daemon.init @@ -1,8 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: ngcp-rtpengine-recording-daemon -# Required-Start: $remote_fs $syslog -# Required-Stop: $remote_fs $syslog +# Required-Start: $network $local_fs $remote_fs $syslog +# Required-Stop: $network $local_fs $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Ngcp Rtpengine Recording Daemon