need to make run service files executable
This commit is contained in:
parent
bd1b8c94ed
commit
51cd8d1671
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue