summaryrefslogtreecommitdiff
path: root/etc/rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/bgplgd11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/rc.d/bgplgd b/etc/rc.d/bgplgd
new file mode 100644
index 00000000000..2b0cf505016
--- /dev/null
+++ b/etc/rc.d/bgplgd
@@ -0,0 +1,11 @@
+#!/bin/ksh
+#
+# $OpenBSD: bgplgd,v 1.1 2022/06/28 18:46:01 claudio Exp $
+
+daemon="/usr/sbin/bgplgd"
+
+. /etc/rc.d/rc.subr
+
+rc_reload=NO
+
+rc_cmd $1