#! /bin/sh
# Generated by ../utrans from:
#  726b9641b81ede267adc4180b3e25b85122a4e798e0f748cac0e9e3a414e1622  ./input/rsyslog.service

# kFreeBSD does not accept scripts as interpreters, using #!/bin/sh and sourcing.
if [ true != "$INIT_D_SCRIPT_SOURCED" ] ; then
   set "$0" "$@"; INIT_D_SCRIPT_SOURCED=true . /lib/init/init-d-script
fi
### BEGIN INIT INFO
# Provides: rsyslog syslog
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Description: System Logging Service
### END INIT INFO
DESC="System Logging Service"
DAEMON="/usr/sbin/rsyslogd"
DAEMON_ARGS="-n -iNONE"
PIDFILE="/run/rsyslog.pid"
START_ARGS="--background --make-pidfile --notify-await"
ulimit -n 16384
