mirror of
https://github.com/myvesta/vesta
synced 2025-07-15 09:33:24 -07:00
Merge pull request #882 from openbrasil/patch-8
Monit: update exim.conf
This commit is contained in:
commit
dca3f54cde
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue