@ -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)
@ -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
Powered by TurnKey Linux.