Fix systemd service.

Šī revīzija ir iekļauta:
Josh Mudge 2018-06-28 15:15:06 -06:00
vecāks f421b83487
revīzija fb0d107416

Parādīt failu

@ -63,7 +63,7 @@ rm -f /opt/gitea/gitea
ln -sf gitea-$VER /opt/gitea/gitea
# Download and install the gitea.service for systemd
sudo curl -o /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86/gitea-installer.sh/raw/master/dist/etc/systemd/system/gitea.service
sudo curl -o /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86/gitea-installer.sh/raw/branch/master/dist/etc/systemd/system/gitea.service
# Start gitea
sudo systemctl enable gitea