Guest User

Untitled

a guest
Jan 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $ systemctl list-units // Вывод списка юнитов в памяти systemd
  2. $ sudo systemctl start NAME...
  3. $ sudo systemctl stop NAME...
  4. $ sudo systemctl restart NAME...
  5.  
  6. "scripts": {
  7. "start": "node start server.js"
  8. },
Add Comment
Please, Sign In to add comment