#!/usr/bin/execlineb -P
# rsyslogd in foreground (-n), matching debian/sv/rsyslog (-n -iNONE).

envfile -I /etc/s6-rc/config/rsyslog.conf
importas -sCuD "-n -iNONE" Args Args

fdmove -c 2 1
exec /usr/sbin/rsyslogd ${Args}
