From 6768cf9e7bd11baa5c1210edbbbcf3c7136945b1 Mon Sep 17 00:00:00 2001 From: Bail <2915289604@qq.com> Date: Fri, 28 Jul 2023 09:31:38 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dupdatekiller=E7=9A=84pid?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bail <2915289604@qq.com> --- updatekiller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatekiller.py b/updatekiller.py index 43356db..13c8022 100755 --- a/updatekiller.py +++ b/updatekiller.py @@ -3,7 +3,7 @@ import sys import os import atexit -PIDFILE = '/tmp/uengine-runner.pid' +PIDFILE = '/tmp/deepin-wine-runner.pid' #程序结束时清理pid @atexit.register