mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-02 09:22:26 +08:00
修改: debian/spark-store.postinst 修改: debian/spark-store.postrm 修改: debian/spark-store.prerm 修改: pkg/usr/lib/systemd/system/spark-update-notifier.service 修改: spark-store-project.pro 修改: tool/update-upgrade/ss-update-controler.sh
15 lines
397 B
Desktop File
15 lines
397 B
Desktop File
[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.sh
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
Alias=spark-update-notifier
|
|
WantedBy=multi-user.target |