14 lines
		
	
	
		
			244 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			244 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Binkleyforce Outbound server
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=forking
 | 
						|
PIDFile=/tmp/bforce.pid
 | 
						|
User=fido
 | 
						|
Group=fido
 | 
						|
ExecStart=/usr/bin/bforce -d -C /opt/fidonms/etc/bforce.conf
 | 
						|
ExecStop=/usr/bin/bforce -q
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |