mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			258 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			258 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| # Candelatech Label Printer service
 | |
| 
 | |
| [Unit]
 | |
| Description=Simple Label Printer service on port 8082
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| Restart=on-failure
 | |
| RemainAfterExit=yes
 | |
| ExecStart=/usr/bin/python3 /usr/local/bin/label-printer.py
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 | |
| 
 | 
