vp-build/templates/sysklogd/files/syslogd
Juan RP 5329e3579b sysklogd: add the rc.d scripts and run them by default.
--HG--
extra : convert_revision : 07e704a3e8c999d04305205ad359793d50a29d0c
2009-03-06 05:40:33 +01:00

15 lines
195 B
Bash
Executable File

#!/bin/sh
#
# PROVIDE: syslogd
# REQUIRE: DAEMON
$_rc_subr_loaded . /etc/rc.subr
name="syslogd"
rcvar=$name
command="/sbin/syslogd"
command_args="-m0"
load_rc_config $name
run_rc_command "$1"