diff --git a/packager/debian/postinst b/packager/debian/postinst index 964e8148f..d0ce3bbb8 100755 --- a/packager/debian/postinst +++ b/packager/debian/postinst @@ -31,3 +31,5 @@ case "$1" in ;; esac + +service gogs restart || true