Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-11-15 20:25:35 +0300
committernachoparker <nacho@ownyourbits.com>2017-11-15 21:33:57 +0300
commitcd2e94714426e6109ed8400ef7380d106af684a3 (patch)
treed74338ba7b5d919bb20fe174767aed39528dd8b8 /docker/lamp
parentfa519673368f401f0a0488c5f2a1187e63b8648e (diff)
docker: add update-rc.d function
Diffstat (limited to 'docker/lamp')
-rwxr-xr-xdocker/lamp/010lamp (renamed from docker/lamp/010-lamp-run.sh)0
-rw-r--r--docker/lamp/Dockerfile2
2 files changed, 1 insertions, 1 deletions
diff --git a/docker/lamp/010-lamp-run.sh b/docker/lamp/010lamp
index 9552d848..9552d848 100755
--- a/docker/lamp/010-lamp-run.sh
+++ b/docker/lamp/010lamp
diff --git a/docker/lamp/Dockerfile b/docker/lamp/Dockerfile
index e6e77b93..86418ef4 100644
--- a/docker/lamp/Dockerfile
+++ b/docker/lamp/Dockerfile
@@ -33,7 +33,7 @@ rm -f /var/log/alternatives.log /var/log/apt/*; \
rm /data/database/ib_logfile*; \
rm /usr/local/etc/lamp.sh
-COPY docker/lamp/010-lamp-run.sh /etc/services.d/
+COPY docker/lamp/010lamp /etc/services-enabled.d/
ENTRYPOINT ["/run-parts.sh"]