summarylogtreecommitdiffstats
path: root/gogs.install
diff options
context:
space:
mode:
authorThomas Fanninger2016-06-02 20:02:46 +0200
committerThomas Fanninger2016-06-02 20:02:46 +0200
commit2822ee04eebffa3f7a50e1002112aaabe80bc7f6 (patch)
treeabc663584c731a5b0d72893d71f69dce630dfc31 /gogs.install
parent51a5d89216c809452bfbce2fa579b0d47ed82611 (diff)
downloadaur-2822ee04eebffa3f7a50e1002112aaabe80bc7f6.tar.gz
removed autostart of systemd service
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() {