Parent Directory
|
Revision Log
Revision 1.2 - (view) (download)
1 : | olson | 1.1 | #!/bin/sh |
2 : | export KB_TOP=[% kb_top %] | ||
3 : | export KB_RUNTIME=[% kb_runtime %] | ||
4 : | export PATH=$KB_TOP/bin:$KB_RUNTIME/bin:$PATH | ||
5 : | export PERL5LIB=$KB_TOP/lib | ||
6 : | brettin | 1.2 | export KB_SERVICE_DIR=$KB_TOP/services/[% kb_service_dir %] |
7 : | olson | 1.1 | |
8 : | pid_file=$KB_SERVICE_DIR/service.pid | ||
9 : | |||
10 : | exec $KB_RUNTIME/bin/perl $KB_RUNTIME/bin/starman --listen :[% kb_service_port %] --pid $pid_file $KB_TOP/lib/[% kb_psgi %] |
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |