Update YSFReflector-debian-installer

Link new system unit ysf (shortened) last commit
This commit is contained in:
M0VUB 2021-10-06 02:21:23 +01:00 committed by GitHub
parent bd4ff28e04
commit 0264f354ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -97,9 +97,9 @@ useradd mmdvm -g mmdvm -s /sbin/nologin
mkdir -p /var/log/YSFReflector
chown mmdvm: /var/log/YSFReflector
echo "Copying ysfrelfector to systemd...... "
cp $DIRDIR/templates/ysfreflector.service /etc/systemd/system
cp $DIRDIR/templates/ysf.service /etc/systemd/system
systemctl daemon-reload
systemctl enable ysfreflector
systemctl enable ysf
echo "------------------------------------------------------------------------------"
echo "Installing the YSF Dashboard and configuring apache... "
echo "------------------------------------------------------------------------------"
@ -118,6 +118,7 @@ a2ensite $YSFDOMAIN
a2enmod php
systemctl start ysfreflector
systemctl restart apache2
echo ""
echo ""
echo "******************************************************************************"