12 lines
		
	
	
		
			256 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			256 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [Unit]
 | |
| Description=Rotary Phone Guest Book Project
 | |
| After=multi-user.target
 | |
| 
 | |
| [Service]
 | |
| WorkingDirectory=<path-to-project>
 | |
| Type=simple
 | |
| Restart=always
 | |
| ExecStart=/usr/bin/env python3 <path-to-project>/src/audioGuestBook.py
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target | 
