Update YSFReflector-debian-installer

added systemd enable clause
This commit is contained in:
Ben 2019-05-12 12:03:38 -05:00 committed by GitHub
parent 0fe84ad5b8
commit 9bc52f6281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ chown mmdvm: /var/log/YSFReflector
echo "Copying ysfrelfector to systemd...... "
cp $DIRDIR/templates/ysfreflector.service /etc/systemd/system
systemctl daemon-reload
systemctl enable ysfreflector
echo "------------------------------------------------------------------------------"
echo "Installing the YSF Dashboard and configuring apache... "
echo "------------------------------------------------------------------------------"