From 99c60482957dad3ba43b8dbeaed8576db188388f Mon Sep 17 00:00:00 2001 From: shenmo Date: Sat, 18 Jul 2026 23:02:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20UOS=20=E4=B8=8D=E8=AF=86?= =?UTF-8?q?=E5=88=AB=20oneshot=20=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/usr/lib/systemd/system/spark-update-notifier.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/usr/lib/systemd/system/spark-update-notifier.service b/pkg/usr/lib/systemd/system/spark-update-notifier.service index 5ff81f4c..62263a13 100644 --- a/pkg/usr/lib/systemd/system/spark-update-notifier.service +++ b/pkg/usr/lib/systemd/system/spark-update-notifier.service @@ -3,7 +3,7 @@ Description=Spark Store update notifier After=apt-daily.service network.target network-online.target systemd-networkd.service NetworkManager.service connman.service [Service] -Type=oneshot +Type=simple RemainAfterExit=yes ExecStart=/opt/durapps/spark-store/bin/update-upgrade/ss-update-notifier.sh Restart=on-failure