# Start or Stop the Services
These commands you must know when you using the Node.js of Websoft9
# PM2
systemctl start pm2-root
systemctl stop pm2-root
systemctl restart pm2-root
systemctl status pm2-root
# Nginx
sudo systemctl start nginx
sudo systemctl stop nginx
sudo systemctl restart nginx
sudo systemctl status nginx
# MongoDB
systemctl start mongod
systemctl stop mongod
systemctl restart mongod
systemctl status mongod
# MySQL
sudo systemctl start mysql
sudo systemctl stop mysql
sudo systemctl restart mysql
sudo systemctl status mysql
# Redis
systemctl start redis
systemctl stop redis
systemctl restart redis
systemctl status redis
# Docker
sudo systemctl start docker
sudo systemctl restart docker
sudo systemctl stop docker
sudo systemctl status docker