Browse Source

Remove strict error checking from Red Hat init script

working on issue #4
tags/1.1
Timo Röhling 11 years ago
parent
commit
6c1da85137
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      postsrsd.rh_init.in

+ 0
- 2
postsrsd.rh_init.in View File

9
 # pidfile: /var/run/@PROJECT_NAME@.pid
9
 # pidfile: /var/run/@PROJECT_NAME@.pid
10
 # config: /etc/default/@PROJECT_NAME@
10
 # config: /etc/default/@PROJECT_NAME@
11
 
11
 
12
-set -e
13
-
14
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
12
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
15
 DAEMON=@CMAKE_INSTALL_PREFIX@/sbin/@POSTSRSD@
13
 DAEMON=@CMAKE_INSTALL_PREFIX@/sbin/@POSTSRSD@
16
 NAME=@PROJECT_NAME@
14
 NAME=@PROJECT_NAME@

Loading…
Cancel
Save