mirror of
https://github.com/ShaYmez/YSFReflector-debian-installer.git
synced 2024-05-25 07:55:03 -04:00
Update YSFReflector-debian-installer
Link new system unit ysf (shortened) last commit
This commit is contained in:
parent
bd4ff28e04
commit
0264f354ed
@ -97,9 +97,9 @@ useradd mmdvm -g mmdvm -s /sbin/nologin
|
|||||||
mkdir -p /var/log/YSFReflector
|
mkdir -p /var/log/YSFReflector
|
||||||
chown mmdvm: /var/log/YSFReflector
|
chown mmdvm: /var/log/YSFReflector
|
||||||
echo "Copying ysfrelfector to systemd...... "
|
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 daemon-reload
|
||||||
systemctl enable ysfreflector
|
systemctl enable ysf
|
||||||
echo "------------------------------------------------------------------------------"
|
echo "------------------------------------------------------------------------------"
|
||||||
echo "Installing the YSF Dashboard and configuring apache... "
|
echo "Installing the YSF Dashboard and configuring apache... "
|
||||||
echo "------------------------------------------------------------------------------"
|
echo "------------------------------------------------------------------------------"
|
||||||
@ -118,6 +118,7 @@ a2ensite $YSFDOMAIN
|
|||||||
a2enmod php
|
a2enmod php
|
||||||
systemctl start ysfreflector
|
systemctl start ysfreflector
|
||||||
systemctl restart apache2
|
systemctl restart apache2
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
echo "******************************************************************************"
|
echo "******************************************************************************"
|
||||||
|
Loading…
Reference in New Issue
Block a user