#!/bin/sh -e if [ -x /usr/local/sbin/rsyslog-setup.sh ]; then /usr/local/sbin/rsyslog-setup.sh fi exit 0