From 92be563e2ab99f32e5edd5ba8bd174657333a074 Mon Sep 17 00:00:00 2001 From: iceBear67 Date: Sun, 5 Jul 2026 14:15:08 +0800 Subject: [PATCH] fix initd --- README.md | 6 ++++++ image/overlay/etc/init.d/auth-server | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c7976a --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ + +# FAQ + +> udhcpc: socket(AF_PACKET,2,8): Address family not supported by protocol + +Clear build cache for both images to unify kernel version. diff --git a/image/overlay/etc/init.d/auth-server b/image/overlay/etc/init.d/auth-server index f9cc2cf..a40a078 100755 --- a/image/overlay/etc/init.d/auth-server +++ b/image/overlay/etc/init.d/auth-server @@ -2,7 +2,6 @@ command="/usr/bin/auth-server" command_background=true command_args="-org _BUBBLE_AUTH_ORG_ -team _BUBBLE_AUTH_TEAM_ -gitea-url _BUBBLE_AUTH_GITEA_URL_" -command_user="keeper" pidfile="/run/${RC_SVCNAME}.pid"