Sfoglia il codice sorgente

Update vesta-php.conf

Update to CentOS 7 comand!
WebZation 9 anni fa
parent
commit
bd003a2064
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      install/rhel/7/monit/vesta-php.conf

+ 2 - 2
install/rhel/7/monit/vesta-php.conf

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