Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.116.26.90
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
etc /
systemd /
system /
Delete
Unzip
Name
Size
Permission
Date
Action
basic.target.wants
[ DIR ]
drwxr-xr-x
2021-11-03 06:04
cloud-init.target.wants
[ DIR ]
drwxr-xr-x
2021-11-03 06:04
getty.target.wants
[ DIR ]
drwxr-xr-x
2021-11-03 06:04
multi-user.target.wants
[ DIR ]
drwxr-xr-x
2021-11-03 06:04
network-online.target.wants
[ DIR ]
drwxr-xr-x
2021-11-03 06:04
nginx.service.d
[ DIR ]
drwxr-xr-x
2019-10-07 21:18
php-fpm.service.d
[ DIR ]
drwxr-xr-x
2020-05-07 02:32
redis-sentinel.service.d
[ DIR ]
drwxr-xr-x
2020-11-17 13:58
redis.service.d
[ DIR ]
drwxr-xr-x
2020-11-17 13:58
sockets.target.wants
[ DIR ]
drwxr-xr-x
2021-11-03 06:04
sysinit.target.wants
[ DIR ]
drwxr-xr-x
2021-11-03 06:04
timers.target.wants
[ DIR ]
drwxr-xr-x
2021-11-03 06:04
dbus-org.freedesktop.nm-dispatcher.service
353
B
-rw-r--r--
2020-11-16 16:15
default.target
492
B
-rw-r--r--
2022-01-13 16:54
mysql.service
1.66
KB
-rw-r--r--
2020-09-30 13:21
mysqld.service
1.66
KB
-rw-r--r--
2020-09-30 13:21
syslog.service
465
B
-rw-r--r--
2021-06-09 16:13
Save
Rename
# It's not recommended to modify this file in-place, because it will be # overwritten during package upgrades. If you want to customize, the # best way is to create a file "/etc/systemd/system/mariadb.service", # containing # .include /lib/systemd/system/mariadb.service # ...make your changes here... # or create a file "/etc/systemd/system/mariadb.service.d/foo.conf", # which doesn't need to include ".include" call and which will be parsed # after the file mariadb.service itself is parsed. # # For more info about custom unit files, see systemd.unit(5) or # http://fedoraproject.org/wiki/Systemd#How_do_I_customize_a_unit_file.2F_add_a_custom_unit_file.3F # For example, if you want to increase mariadb's open-files-limit to 10000, # you need to increase systemd's LimitNOFILE setting, so create a file named # "/etc/systemd/system/mariadb.service.d/limits.conf" containing: # [Service] # LimitNOFILE=10000 # Note: /usr/lib/... is recommended in the .include line though /lib/... # still works. # Don't forget to reload systemd daemon after you change unit configuration: # root> systemctl --system daemon-reload [Unit] Description=MariaDB database server After=syslog.target After=network.target [Service] Type=simple User=mysql Group=mysql ExecStartPre=/usr/libexec/mariadb-prepare-db-dir %n # Note: we set --basedir to prevent probes that might trigger SELinux alarms, # per bug #547485 ExecStart=/usr/bin/mysqld_safe --basedir=/usr ExecStartPost=/usr/libexec/mariadb-wait-ready $MAINPID # Give a reasonable amount of time for the server to start up/shut down TimeoutSec=300 # Place temp files in a secure directory, not /tmp PrivateTmp=true [Install] WantedBy=multi-user.target