⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.96
Server IP:
147.93.97.220
Server:
Linux srv843233 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
usr
/
lib
/
systemd
/
system
/
View File Name :
clp-nginx.service
# Stop dance for nginx # ======================= # # ExecStop sends SIGSTOP (graceful stop) to the nginx process. # If, after 5s (--retry QUIT/5) nginx is still running, systemd takes control # and sends SIGTERM (fast shutdown) to the main process. # After another 5s (TimeoutStopSec=5), and if nginx is alive, systemd sends # SIGKILL to all the remaining processes in the process group (KillMode=mixed). # # nginx signals reference doc: # http://nginx.org/en/docs/control.html # [Unit] Description=A high performance web server and a reverse proxy server Documentation=man:nginx(8) After=network.target nss-lookup.target [Service] Type=forking PIDFile=/run/clp-nginx.pid ExecStartPre=/usr/sbin/nginx -t -q -g 'daemon on; master_process on;' -c /home/clp/services/nginx/nginx.conf ExecStart=/usr/sbin/nginx -g 'daemon on; master_process on;' -c /home/clp/services/nginx/nginx.conf ExecReload=/usr/sbin/nginx -g 'daemon on; master_process on;' -s reload -c /home/clp/services/nginx/nginx.conf ExecStop=-/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/clp-nginx.pid TimeoutStopSec=5 KillMode=mixed Restart=always RestartSec=3 [Install] WantedBy=multi-user.target