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