Fix systemd service.

This commit is contained in:
Josh Mudge 2018-06-28 15:15:06 -06:00
parent f421b83487
commit fb0d107416
1 changed files with 1 additions and 1 deletions

View File

@ -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