From 7405aabf2c77d21efd79b65e52c9a306ba77a00a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:38:04 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20raspi=5Fe-Paper.service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/raspi_e-Paper.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/raspi_e-Paper.service b/bin/raspi_e-Paper.service index 05b3dde..21bce50 100644 --- a/bin/raspi_e-Paper.service +++ b/bin/raspi_e-Paper.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=forking ExecStart=/root/2.13-Ink-screen-clock/bin/start.sh -ExecStop=/bin/bash -c "pkill -f /root/2.13-Ink-screen-clock/bin/main.py" +ExecStop=/bin/bash -c "pkill -f /root/2.13-Ink-screen-clock/bin/main.py; pkill -f /root/2.13-Ink-screen-clock/bin/weather.py" WorkingDirectory=/root/2.13-Ink-screen-clock/bin Restart=always User=root