summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpackager/debian/postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/packager/debian/postinst b/packager/debian/postinst
index 964e8148f8..82f45b06d3 100755
--- a/packager/debian/postinst
+++ b/packager/debian/postinst
@@ -28,6 +28,10 @@ case "$1" in
# scale
${CLI} scale web=1 || true
+
+ # restart the service
+ service gogs restart || true
+
;;
esac