Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 34d969e

Browse files
committed
chore(services): start logging unrealircd
1 parent a32b455 commit 34d969e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/start-services.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ start_unrealircd() {
8181
fi
8282

8383
# Start UnrealIRCd in foreground mode
84-
nohup "${UNREALIRCD_BIN}" -F >/dev/null 2>&1 &
84+
nohup "${UNREALIRCD_BIN}" -F 2>&1 | while read -r line; do
85+
print_status "$line"
86+
done
8587
local unrealircd_pid=$!
8688

8789
# Wait for UnrealIRCd to start

0 commit comments

Comments
 (0)