/
etc
/
systemd
/
system
/
multi-user.target.wants
/
/etc/systemd/system/multi-user.target.wants
mkdir
upload
Name
Size
Mode
Actions
aibolit-resident.service
947
0644
edit
dl
rm
atd.service
222
0644
edit
dl
rm
auditd.service
1852
0644
edit
dl
rm
chronyd.service
551
0644
edit
dl
rm
cosmic-ai-risk-dashboard.service
331
0644
edit
dl
rm
cpanel-onboot.service
684
0644
edit
dl
rm
cpanel.service
716
0644
edit
dl
rm
cpanelquotaonboot.service
324
0644
edit
dl
rm
cpipv6.service
548
0644
edit
dl
rm
crond.service
356
0644
edit
dl
rm
csf.service
270
0644
edit
dl
rm
dnf-makecache.timer
320
0644
edit
dl
rm
docker.service
1709
0644
edit
dl
rm
dovecot.service
362
0644
edit
dl
rm
ea-php73-php-fpm.service
716
0644
edit
dl
rm
ea-php74-php-fpm.service
716
0644
edit
dl
rm
ea-php81-php-fpm.service
716
0644
edit
dl
rm
ea-php82-php-fpm.service
716
0644
edit
dl
rm
ea-php84-php-fpm.service
716
0644
edit
dl
rm
ea-php85-php-fpm.service
716
0644
edit
dl
rm
exim.service
427
0644
edit
dl
rm
fastmail.service
316
0644
edit
dl
rm
flask.service
240
0644
edit
dl
rm
fstrim.timer
229
0644
edit
dl
rm
grubinstall.service
249
0644
edit
dl
rm
httpd.service
608
0644
edit
dl
rm
imunify-agent-proxy.service
816
0644
edit
dl
rm
imunify-antivirus.service
3843
0644
edit
dl
rm
imunify-notifier.service
388
0644
edit
dl
rm
ipaliases.service
654
0644
edit
dl
rm
irqbalance.service
475
0644
edit
dl
rm
kdump.service
388
0644
edit
dl
rm
lfd.service
215
0644
edit
dl
rm
mailman.service
248
0644
edit
dl
rm
mysqld.service
2120
0644
edit
dl
rm
nfs-client.target
413
0644
edit
dl
rm
nscd.service
512
0644
edit
dl
rm
pdns.service
1426
0644
edit
dl
rm
pm2-root.service
816
0644
edit
dl
rm
pure-authd.service
282
0644
edit
dl
rm
pure-ftpd.service
312
0644
edit
dl
rm
remote-fs.target
522
0644
edit
dl
rm
rpcbind.service
544
0644
edit
dl
rm
rsyslog.service
960
0644
edit
dl
rm
securetmp.service
352
0644
edit
dl
rm
smartd.service
329
0644
edit
dl
rm
sshd.service
456
0644
edit
dl
rm
sw-engine.service
515
0644
edit
dl
rm
sysstat.service
475
0644
edit
dl
rm
tuned.service
439
0644
edit
dl
rm
wp-toolkit-background-tasks.service
341
0644
edit
dl
rm
wp-toolkit-scheduled-tasks.service
339
0644
edit
dl
rm
Edit:
/usr/lib/systemd/system/mysqld.service
(2120B)
# Copyright (c) 2015, 2026, Oracle and/or its affiliates. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2.0, # as published by the Free Software Foundation. # # This program is designed to work with certain software (including # but not limited to OpenSSL) that is licensed under separate terms, # as designated in a particular file or component or in included license # documentation. The authors of MySQL hereby grant you an additional # permission to link the program and your derivative works with the # separately licensed software that they have either included with # the program or referenced in the documentation. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License, version 2.0, for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # # systemd service file for MySQL forking server # [Unit] Description=MySQL Server Documentation=man:mysqld(8) Documentation=http://dev.mysql.com/doc/refman/en/using-systemd.html After=network-online.target Wants=network-online.target After=syslog.target [Install] WantedBy=multi-user.target [Service] User=mysql Group=mysql Type=notify # Disable service start and stop timeout logic of systemd for mysqld service. TimeoutSec=0 # Execute pre and post scripts as root # hence, + prefix is used # Needed to create system tables ExecStartPre=+/usr/bin/mysqld_pre_systemd # Start main service ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS # Use this to switch malloc implementation EnvironmentFile=-/etc/sysconfig/mysql # Sets open_files_limit LimitNOFILE = 10000 Restart=on-failure RestartPreventExitStatus=1 # Set enviroment variable MYSQLD_PARENT_PID. This is required for restart. Environment=MYSQLD_PARENT_PID=1 PrivateTmp=false
Save
cmd:
run