Skip to content

Commit 8279756

Browse files
Merge pull request hestiacp#888 from openbrasil/patch-14
Monit: update vesta-nginx.conf
2 parents a787ef2 + c628028 commit 8279756

File tree

1 file changed

+2
-2
lines changed

1 file changed

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

0 commit comments

Comments
 (0)