Start/Stop memcache on CentOS 7

spiros · 1 · 1061

spiros

  • Administrator
  • Hero Member
  • *****
    • Posts: 854546
    • Gender:Male
  • point d’amour
Start/Stop memcache

Check status
systemctl status memcached

Start
systemctl start memcached

Stop
systemctl stop memcached

Restart
systemctl restart memcached

To tell the service to start at reboot (ex chkconfig):
systemctl enable memcached

To tell the service to not start at reboot:
systemctl disable memcached

See more about systemctl
https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units
« Last Edit: 22 May, 2018, 12:41:23 by spiros »


 

Search Tools