summaryrefslogtreecommitdiff
path: root/etc/rc.d
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2012-11-04 17:12:37 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2012-11-04 17:12:37 +0000
commit3bf436171f2388c145941d3b673ce530005dd5bb (patch)
tree1f71a71ae24c0a7c55d93909a65fe21fe0ebbc11 /etc/rc.d
parent6633caad97a1b5886bbb15900db766d4707e3d3d (diff)
Script for ldomd(8).
ok dcoppa@, deraadt@
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/ldomd11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/rc.d/ldomd b/etc/rc.d/ldomd
new file mode 100644
index 00000000000..60567b4eedc
--- /dev/null
+++ b/etc/rc.d/ldomd
@@ -0,0 +1,11 @@
+#!/bin/sh
+#
+# $OpenBSD: ldomd,v 1.1 2012/11/04 17:12:36 kettenis Exp $
+
+daemon="/usr/sbin/ldomd"
+
+. /etc/rc.d/rc.subr
+
+rc_reload=NO
+
+rc_cmd $1