summarylogtreecommitdiffstats
path: root/gogs.install
diff options
context:
space:
mode:
authorThomas Fanninger2016-06-02 20:03:04 +0200
committerThomas Fanninger2016-06-02 20:03:04 +0200
commitc026e1c4270be4c31ffc512af37b0abb0ea4c1d0 (patch)
tree86fcf7af80a7cfb974b9e2a362696a0f0b0c189a /gogs.install
parent078d6bd154b37e292509c75882c7510fbfed831c (diff)
downloadaur-c026e1c4270be4c31ffc512af37b0abb0ea4c1d0.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() {