Lines 20-26
Link Here
|
20 |
|
20 |
|
21 |
pidfile="/var/run/$name.pid" |
21 |
pidfile="/var/run/$name.pid" |
22 |
command="%%PREFIX%%/bin/slon" |
22 |
command="%%PREFIX%%/bin/slon" |
23 |
command_args="-f %%PREFIX%%/etc/$name.conf -p $pidfile" |
23 |
command_args="-f %%PREFIX%%/etc/$name.conf -p $pidfile &" |
24 |
required_files="%%PREFIX%%/etc/$name.conf" |
24 |
required_files="%%PREFIX%%/etc/$name.conf" |
25 |
|
25 |
|
26 |
# read configuration and set defaults |
26 |
# read configuration and set defaults |