Skip to content

Instantly share code, notes, and snippets.

@dclarke-modus
Created October 20, 2017 17:38
Show Gist options
  • Save dclarke-modus/daf90cbdce7fd3f28f3eb8f43e1306a3 to your computer and use it in GitHub Desktop.
Save dclarke-modus/daf90cbdce7fd3f28f3eb8f43e1306a3 to your computer and use it in GitHub Desktop.
vagrant@branch:/$ sudo systemctl status nginx.service
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2017-10-20 17:27:30 UTC; 2min 37s ago
Main PID: 3049 (nginx)
CGroup: /system.slice/nginx.service
├─3049 nginx: master process /usr/sbin/nginx -g daemon on; master_process on
├─3050 nginx: worker process
└─3051 nginx: worker process
Oct 20 17:27:30 branch systemd[1]: Stopped A high performance web server and a reverse proxy server.
Oct 20 17:27:30 branch systemd[1]: Starting A high performance web server and a reverse proxy server...
Oct 20 17:27:30 branch systemd[1]: Started A high performance web server and a reverse proxy server.
vagrant@branch:/$ sudo lsof -i TCP:80
NOTHING OUTPUTTED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment