aboutsummarylogtreecommitdiffstats
path: root/gogs.install
diff options
context:
space:
mode:
Diffstat (limited to 'gogs.install')
-rw-r--r--gogs.install3
1 files changed, 0 insertions, 3 deletions
diff --git a/gogs.install b/gogs.install
index ea3a8a227366..c016f01831e6 100644
--- a/gogs.install
+++ b/gogs.install
@@ -17,14 +17,11 @@ post_install(){
}
pre_upgrade(){
- systemctl stop gogs.service
-
pre_install $1
}
post_upgrade() {
post_install $1
- systemctl start gogs.service
}
pre_remove() {