mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-13 12:22:05 +08:00
修改: debian/changelog
新文件: pkg/usr/lib/systemd/system/spark-update-notifier.service 修改: src/main.cpp 修改: src/widget.cpp 新文件: tool/update-upgrade/autostart/spark-update-notifier.desktop 新文件: tool/update-upgrade/ss-do-upgrade.sh 新文件: tool/update-upgrade/ss-update-controler.sh 新文件: tool/update-upgrade/ss-update-notify-placer.sh 新文件: tool/update-upgrade/ss-update-notify.sh 新文件: tool/update-upgrade/ss-upgrade-list.sh
This commit is contained in:
15
pkg/usr/lib/systemd/system/spark-update-notifier.service
Normal file
15
pkg/usr/lib/systemd/system/spark-update-notifier.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description:Spark Store update notifier
|
||||
After=apt-daily.service network.target network-online.target systemd-networkd.service NetworkManager.service connman.service
|
||||
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/opt/durapps/spark-store/bin/update-upgrade/ss-update-notify-placer
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
Alias=spark-update-notifier
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user