Update exim.conf

Update to CentOS 7 comand!
This commit is contained in:
WebZation 2016-10-22 02:17:50 -02:00 committed by GitHub
commit 55b4ca5f43

View file

@ -1,3 +1,3 @@
check process exim with pidfile /var/run/exim.pid
start program = "/etc/init.d/exim start"
stop program = "/etc/init.d/exim stop"
start program = "/usr/bin/systemctl start exim"
stop program = "/usr/bin/systemctl stop exim"