aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/dmesg
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2024-05-22 13:31:47 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2024-05-22 13:41:49 +0000
commitf99f0ee14e3af81c23150a6a340259ca8a33d01a (patch)
treed89c2174bd84df6c1552b7e98e7a29f421fe2272 /libexec/rc/rc.d/dmesg
parent2efbd480f1d37cbadc5af4476a87e5336c493910 (diff)
Diffstat (limited to 'libexec/rc/rc.d/dmesg')
-rwxr-xr-xlibexec/rc/rc.d/dmesg4
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/dmesg b/libexec/rc/rc.d/dmesg
index ed36ec17b419..51e35d5d4e80 100755
--- a/libexec/rc/rc.d/dmesg
+++ b/libexec/rc/rc.d/dmesg
@@ -23,4 +23,8 @@ do_dmesg()
}
load_rc_config $name
+
+# doesn't make sense to run in a svcj
+dmesg_svcj="NO"
+
run_rc_command "$1"