# syslog-ng daemon service

type               = process
command            = /usr/bin/syslog-ng -F -e -f /etc/syslog-ng/syslog-ng.conf
logfile            = /var/log/syslog-ng.log
before             = local.target
depends-on         = pre-local.target
restart            = true
smooth-recovery    = true
ready-notification = pipevar:SYSLOG_NG_READY_FD
options            = starts-log
