diff options
Diffstat (limited to 'config/postfix/postfix_syslog.php')
-rw-r--r-- | config/postfix/postfix_syslog.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/postfix/postfix_syslog.php b/config/postfix/postfix_syslog.php new file mode 100644 index 00000000..5901c775 --- /dev/null +++ b/config/postfix/postfix_syslog.php @@ -0,0 +1,5 @@ +<?php +require_once("/etc/inc/pkg-utils.inc"); +require_once("/etc/inc/system.inc"); +system_syslogd_start(); +?> |