mirror of
				https://github.com/brmlab/brmdoor.git
				synced 2025-10-30 16:03:58 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=brmdoor
 | |
|  
 | |
| [Service]
 | |
| Type=forking
 | |
| User=brmdoor
 | |
| ExecStart=/usr/bin/screen -L -d -m -S brmdoor
 | |
| ExecStop=/usr/bin/killall -w -s 2 brmdoor
 | |
| WorkingDirectory=/home/brmdoor
 | |
|  
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 | 
