unmute initializer
frdel committed
May 27, 2025 at 22:11 UTC
0230fc62ea0faef807fd57a399682c8d5fcb67bd
1 file changed
+2
-2
docker/run/fs/exe/initialize.sh
+2
-2
@@ -19,5 +19,5 @@ chmod 444 /root/.profile
19
# update package list to save time later
20
apt-get update > /dev/null 2>&1 &
21
22
-# Redirect only stdout to /dev/null to suppress normal messages but keep errors visible
23
-exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf > /dev/null
22
+# let supervisord handle the services
23
+exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf