From 26886b96c82500a6f01289c44d14af5cc256b5c9 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 (cherry picked from commit 2ebe76d535dc5b9dcc3a42260ed620d5fbf0761f) --- 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 f3a1cdb3e..fd436ac92 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 # Should-Start: sshd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 diff --git a/debian/ngcp-rtpengine-recording-daemon.init b/debian/ngcp-rtpengine-recording-daemon.init index 301f4c1a5..5cfac479a 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 # Should-Start: sshd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6