Files
webmin/sentry/start_hostsentry.cgi
2007-04-12 20:24:50 +00:00

14 lines
272 B
Perl
Executable File

#!/usr/local/bin/perl
# start_hostsentry.cgi
# Start the hostsentry daemon
require './sentry-lib.pl';
&error_setup($text{'hostsentry_starterr'});
$err = &start_hostsentry();
&error($err) if ($err);
&webmin_log("start", "hostsentry");
&redirect("edit_hostsentry.cgi");