1.\" $OpenBSD: ldomd.8,v 1.6 2019/07/27 09:55:46 kn 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: July 27 2019 $ 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.Xr ldom.conf 5 , 47.Xr ldomctl 8 48.Sh HISTORY 49The 50.Nm 51daemon first appeared in 52.Ox 5.3 . 53.Sh AUTHORS 54The 55.Nm 56daemon was written by 57.An Mark Kettenis Aq Mt kettenis@openbsd.org . 58