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 2ebe76d535)
changes/78/28778/1
Guillem Jover 8 years ago
parent 31141aa12f
commit 26886b96c8

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

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

Loading…
Cancel
Save