openrc/init.d.BSD/syslogd
2008-01-11 11:45:59 +00:00

16 lines
268 B
Plaintext

#!/sbin/runscript
# Copyright 2007-2008 Roy Marples
# All rights reserved
command=/usr/sbin/syslogd
command_args=${syslogd_args}
pidfile=/var/run/syslog.pid
name="System Logger Daemon"
depend() {
provide logger
use net
need localmount
after bootmisc newsyslog
}