Skip to content
Snippets Groups Projects
Commit d8a38dd7 authored by alex-phillips's avatar alex-phillips
Browse files

need to make run service files executable

parent 87b7fcba
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ if [ -e "${SERVICES_DIR}" ] && \
for SERVICE in ${SERVICES_DIR}/*; do
echo "[custom-init] ${SERVICE}: copying..."
cp -r ${SERVICE} /etc/services.d/
chmod +x /etc/services.d/${SERVICE}/run
echo "[custom-init] ${SERVICE}: done"
done
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment