From 5518d0a8bfaa308dccfab46b4fc87944008ef5a2 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 29 May 2025 19:40:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=9C=8D=E5=8A=A1=E7=9A=84=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/lib/systemd/system/omc-exec.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/lib/systemd/system/omc-exec.service b/linux/lib/systemd/system/omc-exec.service index 1b8f1bb..9c75866 100644 --- a/linux/lib/systemd/system/omc-exec.service +++ b/linux/lib/systemd/system/omc-exec.service @@ -3,6 +3,8 @@ Description=omc execute script daemon [Service] ExecStart=/usr/local/etc/omc/script/omc_exec.sh +StandardOutput=append:/var/log/omc_exec.log +StandardError=append:/var/log/omc_exec.log Type=oneshot [Install]