mirror of
				https://github.com/brandon-rozek/wordguess
				synced 2025-10-26 22:31:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			180 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			180 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=WordGuess server
 | |
| Requires=
 | |
| After=
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| WorkingDirectory=%h/WordGuess/
 | |
| ExecStart=/usr/bin/python server.py
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target |