From 2f23cf98ea642a0aad542a83f25df2d51d58b51b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20BOUGE?= Date: Fri, 25 Sep 2015 09:51:01 +0200 Subject: [PATCH] Fix #1669 --- packager/debian/postinst | 2 ++ 1 file changed, 2 insertions(+) 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