From e0356dbb81e48ac623a5656b5f9c4cb2ef71fc19 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Mon, 8 Sep 2025 07:37:19 +0800 Subject: dbus: fix runit service --- repos/extra/dbus/run | 1 + 1 file changed, 1 insertion(+) (limited to 'repos/extra/dbus/run') diff --git a/repos/extra/dbus/run b/repos/extra/dbus/run index f092d057..697536fe 100755 --- a/repos/extra/dbus/run +++ b/repos/extra/dbus/run @@ -1,3 +1,4 @@ #!/bin/sh +exec 2>&1 [ ! -d /run/dbus ] && install -m755 -g 18 -o 18 -d /run/dbus exec dbus-daemon --system --nofork --nopidfile -- cgit v1.2.3