Browse Source

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
changes/76/19376/1
Guillem Jover 8 years ago
parent
commit
2ebe76d535
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      debian/ngcp-rtpengine-daemon.init
  2. +2
    -2
      debian/ngcp-rtpengine-recording-daemon.init

+ 2
- 2
debian/ngcp-rtpengine-daemon.init View File

@ -1,8 +1,8 @@
#! /bin/sh #! /bin/sh
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: ngcp-rtpengine-daemon # 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-Start: 2 3 4 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: Ngcp Rtpengine # Short-Description: Ngcp Rtpengine


+ 2
- 2
debian/ngcp-rtpengine-recording-daemon.init View File

@ -1,8 +1,8 @@
#! /bin/sh #! /bin/sh
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: ngcp-rtpengine-recording-daemon # 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-Start: 2 3 4 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: Ngcp Rtpengine Recording Daemon # Short-Description: Ngcp Rtpengine Recording Daemon


Loading…
Cancel
Save