Fix systemd service.
This commit is contained in:
parent
f421b83487
commit
fb0d107416
|
@ -63,7 +63,7 @@ rm -f /opt/gitea/gitea
|
||||||
ln -sf gitea-$VER /opt/gitea/gitea
|
ln -sf gitea-$VER /opt/gitea/gitea
|
||||||
|
|
||||||
# Download and install the gitea.service for systemd
|
# 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
|
# Start gitea
|
||||||
sudo systemctl enable gitea
|
sudo systemctl enable gitea
|
||||||
|
|
Loading…
Reference in New Issue