diff options
| author | My Name | 2014-12-11 00:47:01 +0100 |
|---|---|---|
| committer | My Name | 2014-12-11 00:47:01 +0100 |
| commit | dd9a6048bb109494072d94281701ad9734d2b275 (patch) | |
| tree | 116e23217a56169d55c1fae19ddc65b47fac6737 /monit/memcached.conf | |
| parent | 510493a04ccf84b301a271b56687ecf729b2c61a (diff) | |
| download | dotfiles-dd9a6048bb109494072d94281701ad9734d2b275.tar.gz | |
Added ZNC init + monit script, rtorrent + zabbix-server monit config and fixed typos
Diffstat (limited to 'monit/memcached.conf')
| -rw-r--r-- | monit/memcached.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
