From fb449cb4719408c215d5a958e64c7dee77826640 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 2 Mar 2020 11:59:16 -0700 Subject: [PATCH] changed dash start dir and dash packages --- Makefile | 2 +- system/qndash.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3e5cf9c..2476e28 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ installdtmf : qndtmf systemctl start qndtmf.service installdash : index.php - /usr/bin/apt -y php-cli + /usr/bin/apt -y php-common php-fpm mkdir -p $(WWWDIR) /bin/cp -f index.php $(WWWDIR) /bin/cp -f system/qndash.service $(SYSDIR) diff --git a/system/qndash.service b/system/qndash.service index d41c292..0ecad84 100644 --- a/system/qndash.service +++ b/system/qndash.service @@ -5,7 +5,7 @@ After=systemd-user-session.service network.target [Service] Type=simple -WorkingDirectory=/usr/local/etc/www +WorkingDirectory=/usr/local/www ExecStart=/usr/bin/php -S 0.0.0.0:80 Restart=always