From dd9a6048bb109494072d94281701ad9734d2b275 Mon Sep 17 00:00:00 2001 From: My Name Date: Thu, 11 Dec 2014 00:47:01 +0100 Subject: Added ZNC init + monit script, rtorrent + zabbix-server monit config and fixed typos --- monit/memcached.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monit/memcached.conf') diff --git a/monit/memcached.conf b/monit/memcached.conf index 49f8875..947b632 100644 --- a/monit/memcached.conf +++ b/monit/memcached.conf @@ -1,4 +1,4 @@ -check process with pidfile /var/run/memcached.pid +check process memcached with pidfile /var/run/memcached.pid start program = "/etc/init.d/memcached start" stop program = "/etc/init.d/memcached stop" if failed host localhost port 11211 protocol MEMCACHE then restart -- cgit v1.2.3