Bladeren bron

Merge pull request #887 from openbrasil/patch-13

Monit: update sshd.conf
Serghey Rodin 9 jaren geleden
bovenliggende
commit
11c1c8f2e0
1 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 3 2
      install/rhel/7/monit/sshd.conf

+ 3 - 2
install/rhel/7/monit/sshd.conf

@@ -1,3 +1,4 @@
 check process sshd with pidfile /var/run/sshd.pid
-    start program = "/etc/init.d/sshd start"
-    stop program  = "/etc/init.d/sshd stop"
+    start program = "/usr/bin/systemctl start sshd"
+    stop program  = "/usr/bin/systemctl stop sshd"
+    if failed port 22 protocol ssh then restart