mirror of
				https://github.com/usmannasir/cyberpanel.git
				synced 2025-10-31 18:36:17 +01:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			350 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			350 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
|  | [Unit] | ||
|  | Description = CyberPanel Email Policy Control Daemon | ||
|  | 
 | ||
|  | [Service] | ||
|  | Type=forking | ||
|  | ExecStart = /usr/local/CyberCP/postfixSenderPolicy/policyCTRL.py start | ||
|  | ExecStop = /usr/local/CyberCP/postfixSenderPolicy/policyCTRL.py stop | ||
|  | Restart = /usr/local/CyberCP/postfixSenderPolicy/policyCTRL.py restart | ||
|  | Restart=on-abnormal | ||
|  | 
 | ||
|  | [Install] | ||
|  | WantedBy=default.target |