mirror of
				https://gitee.com/spark-store-project/spark-store
				synced 2025-11-04 16:22:19 +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 |