소스 검색

Fix init prerequisites

tags/1.0
Timo Röhling 12 년 전
부모
커밋
edd483d553
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      postsrsd.init.in

+ 3
- 3
postsrsd.init.in 파일 보기

@@ -5,11 +5,11 @@
5 5
 #
6 6
 ### BEGIN INIT INFO
7 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 10
 # Default-Start:     2 3 4 5
11 11
 # Default-Stop:      0 1 6
12
-# Short-Description: Start/stop the postsrs daemon
12
+# Short-Description: Start/stop the @PROJECT_NAME@ daemon
13 13
 ### END INIT INFO
14 14
 
15 15
 set -e

Loading…
취소
저장