vp-build/templates/metalog/files/metalog
Juan RP f762713882 metalog: set "BEFORE: locale" in the rc.d script.
--HG--
extra : convert_revision : 2a826e3656f51ca9cd42257e7ce7556af1a33c37
2009-03-29 16:37:40 +02:00

18 lines
287 B
Bash

#!/bin/sh
#
# PROVIDE: metalog
# REQUIRE: SERVERS
# BEFORE: locale
$_rc_subr_loaded . /etc/rc.subr
name="metalog"
rcvar=$name
command="/usr/sbin/$name"
command_args="--daemonize"
required_files="/etc/metalog.conf"
pidfile="/var/run/$name.pid"
load_rc_config $name
run_rc_command "$1"