Théo BOUGE 9 年之前
父节点
当前提交
2f23cf98ea
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packager/debian/postinst

+ 2 - 0
packager/debian/postinst

@@ -30,4 +30,6 @@ case "$1" in
     ${CLI} scale web=1 || true
   ;;
 
+service gogs restart || true
+
 esac