Skip to content

Commit dca3f54

Browse files
Merge pull request hestiacp#882 from openbrasil/patch-8
Monit: update exim.conf
2 parents 40b8612 + 55b4ca5 commit dca3f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/rhel/7/monit/exim.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
check process exim with pidfile /var/run/exim.pid
2-
start program = "/etc/init.d/exim start"
3-
stop program = "/etc/init.d/exim stop"
2+
start program = "/usr/bin/systemctl start exim"
3+
stop program = "/usr/bin/systemctl stop exim"

0 commit comments

Comments
 (0)