debian/freeswitch.init: don't start fresswitch before network
This commit is contained in:
parent
68d74c31c3
commit
53561eaa9a
|
@ -1,8 +1,8 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: freeswitch
|
# Provides: freeswitch
|
||||||
# Required-Start: $local_fs $remote_fs
|
# Required-Start: $network $local_fs $remote_fs
|
||||||
# Required-Stop: $local_fs $remote_fs
|
# Required-Stop: $network $local_fs $remote_fs
|
||||||
# Default-Start: 2 3 4 5
|
# Default-Start: 2 3 4 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: The FreeSwitch Voice Switching System
|
# Short-Description: The FreeSwitch Voice Switching System
|
||||||
|
|
Loading…
Reference in New Issue