From 582435b8579440b2e4e60716a17cdfca1edc8c13 Mon Sep 17 00:00:00 2001 From: zinface Date: Mon, 17 Aug 2026 21:53:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E5=99=A8=E8=80=8C=E9=9D=9E=E6=9C=8D=E5=8A=A1=E6=9D=A5=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E5=91=A8=E6=9C=9F=E6=80=A7=E6=9B=B4=E6=96=B0=E6=A3=80?= =?UTF-8?q?=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/postinst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/postinst b/debian/postinst index fa7da52d..1588cc2f 100755 --- a/debian/postinst +++ b/debian/postinst @@ -55,9 +55,12 @@ case "$1" in # Start upgrade detect service systemctl daemon-reload - systemctl enable spark-update-notifier - systemctl start spark-update-notifier - + # systemctl enable spark-update-notifier + # systemctl start spark-update-notifier + + # like apt-daily.timer + systemctl enable spark-update-notifier.timer + systemctl start spark-update-notifier.timer # Update certain caches cp -fv /opt/spark-store/extras/store.spark-app.spark-store.policy /usr/share/polkit-1/actions/store.spark-app.spark-store.policy