mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-01 17:02:28 +08:00
14 lines
363 B
Desktop File
14 lines
363 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=simple
|
|
RemainAfterExit=yes
|
|
ExecStart=/opt/durapps/spark-store/bin/update-upgrade/ss-update-notifier.sh
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |