7 lines
		
	
	
		
			185 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			185 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
# Enable the servive
 | 
						|
systemctl enable /lib/systemd/system/pvcd.service
 | 
						|
 | 
						|
echo "The PVC daemon has not been started. Create a config file at /etc/pvc/pvcd.conf then start it."
 |