We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfeeffc commit 39b1c21Copy full SHA for 39b1c21
core/start-blueos-core
@@ -21,6 +21,8 @@ RUN_AS_REGULAR_USER="sudo -u blueos"
21
# Set BlueOS log folder
22
BLUEOS_LOG_FOLDER_PATH="/var/logs/blueos"
23
24
+# Make sure the BLUEOS_DISABLE_SERVICES is set
25
+BLUEOS_DISABLE_SERVICES=${BLUEOS_DISABLE_SERVICES:-""}
26
# Replace spaces with commas in the disabled services list
27
BLUEOS_DISABLE_SERVICES=${BLUEOS_DISABLE_SERVICES// /,}
28
0 commit comments