|
Lines 86-92
start_sip()
Link Here
|
| 86 |
/etc/koha/sites/${name}/SIPconfig.xml" |
86 |
/etc/koha/sites/${name}/SIPconfig.xml" |
| 87 |
|
87 |
|
| 88 |
[ "$verbose" != "no" ] && \ |
88 |
[ "$verbose" != "no" ] && \ |
| 89 |
log_daemon_msg "Starting Koha Zebra daemon for ${name}" |
89 |
log_daemon_msg "Starting SIP server for ${name}" |
| 90 |
|
90 |
|
| 91 |
if daemon $DAEMONOPTS -- perl $SIP_PARAMS; then |
91 |
if daemon $DAEMONOPTS -- perl $SIP_PARAMS; then |
| 92 |
([ "$verbose" != "no" ] && \ |
92 |
([ "$verbose" != "no" ] && \ |
| 93 |
- |
|
|