Skip to content

Instantly share code, notes, and snippets.

View apuredol's full-sized avatar

Raul Plata apuredol

  • Arkhotech
View GitHub Profile
@apuredol
apuredol / start_stop_memcached_script.sh
Created May 19, 2016 21:56 — forked from tinogomes/start_stop_memcached_script.sh
Script sample to start/stop for linux with nohup
#!/bin/bash
#
BASE=/tmp
PID=$BASE/app.pid
LOG=$BASE/app.log
ERROR=$BASE/app-error.log
PORT=11211
LISTEN_IP='0.0.0.0'
MEM_SIZE=4