1 Star 0 Fork 10

disandai/migration-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-use-kill-not-kill-INT-when-stop-service.patch 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
From 192fd69de19a78afe81a5a2c5a8270057f12ee3d Mon Sep 17 00:00:00 2001
From: lixin <[email protected]>
Date: Mon, 18 Mar 2024 10:32:17 +0800
Subject: [PATCH] use kill instead of kill-INT
---
server/migration-tools-server.service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/migration-tools-server.service b/server/migration-tools-server.service
index 8cd53a3..dd16c95 100644
--- a/server/migration-tools-server.service
+++ b/server/migration-tools-server.service
@@ -5,7 +5,7 @@ After=network-online.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 /usr/lib/migration-tools-server/index.py
-ExecStop=/bin/kill-INT $MAINPID
+ExecStop=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
--
2.41.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/disandai/migration-tools.git
[email protected]:disandai/migration-tools.git
disandai
migration-tools
migration-tools
master

搜索帮助