aboutsummaryrefslogtreecommitdiff
path: root/mail/exilog/files/exilog.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exilog/files/exilog.in')
-rw-r--r--mail/exilog/files/exilog.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/exilog/files/exilog.in b/mail/exilog/files/exilog.in
new file mode 100644
index 000000000000..887be6cbdce8
--- /dev/null
+++ b/mail/exilog/files/exilog.in
@@ -0,0 +1,29 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+# PROVIDE: exilog
+# REQUIRE: %%SERVER%%
+# KEYWORD: shutdown
+#
+# Add the following lines to /etc/rc.conf to enable exilog agent:
+#
+#exilog_enable="YES"
+#
+# also uncomment 'use_pretty_names' => 'no' in exilog.conf file
+
+. /etc/rc.subr
+
+name=exilog
+rcvar=exilog_enable
+
+command=%%PREFIX%%/sbin/exilog_agent.pl
+pidfile=/var/run/exilog.pid
+required_files=%%PREFIX%%/etc/exilog.conf
+command_interpreter=/usr/bin/perl
+
+# read settings, set default values
+load_rc_config $name
+: ${exilog_enable="NO"}
+
+run_rc_command "$1"