Browse Source

Fix init prerequisites

tags/1.0
Timo Röhling 12 years ago
parent
commit
edd483d553
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      postsrsd.init.in

+ 3
- 3
postsrsd.init.in View File

5
 #
5
 #
6
 ### BEGIN INIT INFO
6
 ### BEGIN INIT INFO
7
 # Provides:          @PROJECT_NAME@
7
 # Provides:          @PROJECT_NAME@
8
-# Required-Start:    $syslog, $local_fs
9
-# Required-Stop:     $syslog, $local_fs
8
+# Required-Start:    $syslog $network $local_fs
9
+# Required-Stop:     $syslog $network $local_fs
10
 # Default-Start:     2 3 4 5
10
 # Default-Start:     2 3 4 5
11
 # Default-Stop:      0 1 6
11
 # Default-Stop:      0 1 6
12
-# Short-Description: Start/stop the postsrs daemon
12
+# Short-Description: Start/stop the @PROJECT_NAME@ daemon
13
 ### END INIT INFO
13
 ### END INIT INFO
14
 
14
 
15
 set -e
15
 set -e

Loading…
Cancel
Save