12 $templates = "templates";
13 $memberfile = "users/members";
14 $sendmail = "| /usr/sbin/sendmail -t";
18 $lxdebug = LXDebug->new();
20 require "lx-erp.conf";
23 $form->{"script"} = "oe.pl";
24 $form->{"path"} = "bin/mozilla";
27 $ENV{'HOME'} = getcwd() . "/$userspath";
29 my $template = OpenDocumentTemplate->new("", $form, \%myconfig, $userspath);
31 if (@ARGV && ($ARGV[0] eq "-r")) {
32 system("ps auxww | " .
34 "awk '/^www-data.*(soffice|Xvfb)/ { print \$2 }' | " .
39 exit(1) unless ($template->spawn_xvfb());
40 exit(2) unless ($template->spawn_openoffice());