Advertisement
Guest User

Untitled

a guest
Jan 14th, 2024
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. [nix-shell:/etc]$ systemctl status nginx
  2. ● nginx.service - Nginx Web Server
  3. Loaded: loaded (/etc/systemd/system/nginx.service; enabled; preset: enabled)
  4. Active: active (running) since Sun 2024-01-14 15:54:34 NZDT; 7h ago
  5. Process: 144699 ExecReload=/nix/store/4595gizbhh4grdynsb4pv8d0zhi09dqw-nginx-1.24.0/bin/nginx -c /nix/store/kk2vfi73psj8fxwnfb7m1fbx1728v3b2-nginx.conf -t (code=ex>
  6. Process: 144701 ExecReload=/nix/store/bblyj5b3ii8n6v4ra0nb37cmi3lf8rz9-coreutils-9.3/bin/kill -HUP $MAINPID (code=exited, status=0/SUCCESS)
  7. Main PID: 61404 (nginx)
  8. IP: 0B in, 0B out
  9. IO: 756.0K read, 0B written
  10. Tasks: 2 (limit: 18913)
  11. Memory: 4.9M
  12. CPU: 3.043s
  13. CGroup: /system.slice/nginx.service
  14. ├─ 61404 "nginx: master process /nix/store/4595gizbhh4grdynsb4pv8d0zhi09dqw-nginx-1.24.0/bin/nginx -c /nix/store/kk2vfi73psj8fxwnfb7m1fbx1728v3b2-nginx.co>
  15. └─144703 "nginx: worker process"
  16.  
  17. Jan 14 23:27:21 nixos nginx[141448]: nginx: configuration file /nix/store/kk2vfi73psj8fxwnfb7m1fbx1728v3b2-nginx.conf test is successful
  18. Jan 14 23:27:21 nixos systemd[1]: Reloaded Nginx Web Server.
  19. Jan 14 23:27:58 nixos systemd[1]: Reloading Nginx Web Server...
  20. Jan 14 23:27:58 nixos nginx[141998]: nginx: the configuration file /nix/store/kk2vfi73psj8fxwnfb7m1fbx1728v3b2-nginx.conf syntax is ok
  21. Jan 14 23:27:58 nixos nginx[141998]: nginx: configuration file /nix/store/kk2vfi73psj8fxwnfb7m1fbx1728v3b2-nginx.conf test is successful
  22. Jan 14 23:27:58 nixos systemd[1]: Reloaded Nginx Web Server.
  23. Jan 14 23:41:16 nixos systemd[1]: Reloading Nginx Web Server...
  24. Jan 14 23:41:16 nixos nginx[144699]: nginx: the configuration file /nix/store/kk2vfi73psj8fxwnfb7m1fbx1728v3b2-nginx.conf syntax is ok
  25. Jan 14 23:41:16 nixos nginx[144699]: nginx: configuration file /nix/store/kk2vfi73psj8fxwnfb7m1fbx1728v3b2-nginx.conf test is successful
  26. Jan 14 23:41:16 nixos systemd[1]: Reloaded Nginx Web Server.
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement