- or download this
#!/usr/bin/perl -w
...
$svcserver->setServerStatus("stopping");
$svcserver->shutdown;
$svcserver->setServerStatus("stopped");
- or download this
package MaplatSVCLinux;
use strict;
...
}
1;
- or download this
<maplatsvc>
...
<lifetick>60</lifetick>
</module>
</maplatsvc>
- or download this
#!/bin/bash
...
cd /home/cavac/src/maplat_prodit/server
perl maplat_svc_linux.pl start configs/rbssvc.xml &>/dev/null &
echo MAPLAT Background startup initiated...
- or download this
#!/bin/bash
...
cd /home/cavac/src/maplat_prodit/server
perl maplat_svc_linux.pl stop configs/rbssvc.xml