From b06966c0a77c014e12ce25b70ee8556232ec63b6 Mon Sep 17 00:00:00 2001 From: shenmo Date: Thu, 16 Jul 2026 14:18:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4systemd=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E5=99=A8=E7=9B=B8=E5=85=B3=E7=9A=84=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=92=8C=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除了spark-update-notifier.timer文件,同时移除Makefile中对应systemd目录的安装拷贝步骤 --- Makefile | 1 - pkg/lib/systemd/system/spark-update-notifier.timer | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 pkg/lib/systemd/system/spark-update-notifier.timer diff --git a/Makefile b/Makefile index 54a7c2ea..bd331bfa 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,5 @@ install: cp -rv pkg/usr/share/bash-completion/ $(DESTDIR)/usr/share/ cp -rv pkg/etc/apt/ $(DESTDIR)/etc/ cp -rv pkg/tmp/spark-store-install/ $(DESTDIR)/tmp/ - cp -rv pkg/lib/systemd/ $(DESTDIR)/lib/ cp -rv tool/spark-store.asc $(DESTDIR)/opt/durapps/spark-store/bin/ ln -s ../../../spark-store/extras/spark-store $(DESTDIR)/opt/durapps/spark-store/bin/spark-store diff --git a/pkg/lib/systemd/system/spark-update-notifier.timer b/pkg/lib/systemd/system/spark-update-notifier.timer deleted file mode 100644 index b8a48186..00000000 --- a/pkg/lib/systemd/system/spark-update-notifier.timer +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Timer for Spark Update Notifier - -[Timer] -# 开机后第一次执行 -OnBootSec=1min -# 每天执行一次 -OnUnitActiveSec=1d - -[Install] -WantedBy=timers.target \ No newline at end of file