1.\" $OpenBSD: ldomd.8,v 1.3 2013/08/14 06:32:38 jmc Exp $ 2.\" 3.\" Copyright (c) 2012 Mark Kettenis <kettenis@openbsd.org> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: August 14 2013 $ 18.Dt LDOMD 8 sparc64 19.Os 20.Sh NAME 21.Nm ldomd 22.Nd Logical Domain daemon 23.Sh SYNOPSIS 24.Nm ldomd 25.Op Fl d 26.Sh DESCRIPTION 27The 28.Nm 29daemon manages the logical domains on sun4v systems. 30It manages the logical domain configuration and provides domain 31services to guest domains. 32Currently it only implements support for the Variable 33Configuration domain service. 34.Pp 35The options are as follows: 36.Bl -tag -width Ds 37.It Fl d 38Do not daemonize. 39If this option is specified, 40.Nm 41will run in the foreground and log to 42.Em stderr . 43.El 44.Sh SEE ALSO 45.Xr vldc 4 46.Sh HISTORY 47The 48.Nm 49daemon first appeared in 50.Ox 5.3 . 51.Sh AUTHORS 52The 53.Nm 54daemon was written by 55.An Mark Kettenis Aq Mt kettenis@openbsd.org . 56