-.\" $OpenBSD: rc.d.8,v 1.25 2014/07/09 14:19:22 ajacoutot Exp $
+.\" $OpenBSD: rc.d.8,v 1.26 2014/07/22 08:48:07 ajacoutot Exp $
.\"
.\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze
.\" All rights reserved.
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 9 2014 $
+.Dd $Mdocdate: July 22 2014 $
.Dt RC.D 8
.Os
.Sh NAME
Daemon control scripts use a fixed number of
.Xr sh 1
variables when starting a daemon.
-The following two can be overridden by site-specific values provided in
+The following three can be overridden by site-specific values provided in
.Xr rc.conf.local 8 :
.Bl -tag -width daemon_timeout -offset indent
.It Ar daemon Ns _flags
For example, postgres is managed through
.Pa /etc/rc.d/postgresql :
.Pp
-.Dl daemon_flags="-l /var/postgresql/logfile"
+.Dl daemon_flags=-l /var/postgresql/logfile
.Pp
To override this and increase the debug log level (keeping the existing
logfile path), define the following in
.Xr rc.conf.local 8 :
.Pp
-.Dl postgresql_flags="-l /var/postgresql/logfile -d 5"
+.Dl postgresql_flags=-l /var/postgresql/logfile -d 5
.Pp
Each script may define its own defaults, as explained in
.Xr rc.subr 8 .