debian/freeswitch.init: don't start fresswitch before network

This commit is contained in:
Mathieu Parent 2010-08-30 08:37:35 +02:00
parent 68d74c31c3
commit 53561eaa9a
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: freeswitch
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Required-Start: $network $local_fs $remote_fs
# Required-Stop: $network $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: The FreeSwitch Voice Switching System