mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +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
 | 
						|
 |