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 7 years ago
parent 6b88fc9e3a
commit 2ebe76d535

@ -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

@ -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

Loading…
Cancel
Save