summaryrefslogtreecommitdiffstats
path: root/packager
diff options
context:
space:
mode:
authorThéo BOUGE <tbouge@acacia.theobouge.eu>2015-09-25 09:51:01 +0200
committerThéo BOUGE <tbouge@acacia.theobouge.eu>2015-09-25 09:51:01 +0200
commit2f23cf98ea642a0aad542a83f25df2d51d58b51b (patch)
tree81e23f910ddb8d4515bc02d82b0474d0cf9461b6 /packager
parent42a38dfca3ce5d2fde569b966ef4a733bec7f673 (diff)
downloadgitea-2f23cf98ea642a0aad542a83f25df2d51d58b51b.tar.gz
gitea-2f23cf98ea642a0aad542a83f25df2d51d58b51b.zip
Fix #1669
Diffstat (limited to 'packager')
-rwxr-xr-xpackager/debian/postinst2
1 files changed, 2 insertions, 0 deletions
diff --git a/packager/debian/postinst b/packager/debian/postinst
index 964e8148f8..2101dd75c3 100755
--- a/packager/debian/postinst
+++ b/packager/debian/postinst
@@ -30,4 +30,6 @@ case "$1" in
${CLI} scale web=1 || true
;;
+service gogs restart || true
+
esac