● mysqld.service - MySQL Server
Loaded: loaded (/usr/lib/systemd/system/mysqld.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/mysqld.service.d
└─limit.conf
Active: activating (start) since Пт 2024-08-09 15:47:04 MSK; 15s ago
Docs: man:mysqld(8)
http://dev.mysql.com/doc/refman/en/using-systemd.html
Process: 17499 ExecStartPre=/usr/bin/mysqld_pre_systemd (code=exited, status=0/SUCCESS)
Control: 17527 (mysqld)
CGroup: /system.slice/mysqld.service
├─17527 /usr/sbin/mysqld --daemonize --pid-file=/var/run/mysqld/mysqld.pid
└─17530 /usr/sbin/mysqld --daemonize --pid-file=/var/run/mysqld/mysqld.pid
systemd[1]: Starting MySQL Server...
systemctl status Requires=local-fs.target remote-fs.target
Unit Requires\x3dlocal-fs.target could not be found.
● remote-fs.target - Remote File Systems
Loaded: loaded (/usr/lib/systemd/system/remote-fs.target; enabled; vendor preset: enabled)
Active: inactive (dead) since Чт 2024-08-08 14:10:19 MSK; 24h ago
Docs: man:systemd.special(7)
systemd[1]: Reached target Remote File Systems.
systemd[1]: Stopped target Remote File Systems.
systemd[1]: Dependency failed for Remote File Systems.
systemd[1]: Job remote-fs.target/start failed with result 'dependency'.
systemd[1]: Dependency failed for Remote File Systems.
systemd[1]: Job remote-fs.target/start failed with result 'dependency'.
systemd[1]: Dependency failed for Remote File Systems.
systemd[1]: Job remote-fs.target/start failed with result 'dependency'.
[root ~]# systemctl start Requires=local-fs.target remote-fs.target
Failed to start Requires\x3dlocal-fs.target: Unit not found.
[Unit]
Description=MySQL Server
Documentation=man:mysqld(8)
Documentation=http://dev.mysql.com/doc/refman/en/using-systemd.html
After=network.target
After=syslog.target
After=local-fs.target remote-fs.target
Requires=local-fs.target remote-fs.target
[Install]
WantedBy=multi-user.target
Alias=mysql.service
[Service]
User=mysql
Group=mysql
Type=forking
PIDFile=/var/run/mysqld/mysqld.pid
# Disable service start and stop timeout logic of systemd for mysqld service.
TimeoutSec=0
# Execute pre and post scripts as root
PermissionsStartOnly=true
# Needed to create system tables
ExecStartPre=/usr/bin/mysqld_pre_systemd
# Start main service
ExecStart=/usr/sbin/mysqld --daemonize --pid-file=/var/run/mysqld/mysqld.pid $MYSQLD_OPTS
# Use this to switch malloc implementation
EnvironmentFile=-/etc/sysconfig/mysql
# Sets open_files_limit
LimitNOFILE = 5000
Restart=on-failure
RestartPreventExitStatus=1
PrivateTmp=false
# Potential problems described below
curl: (7) Failed to connect to conf.infosystems.ru port 443: Connection refused
.curl: (7) Failed to connect to conf.infosystems.ru port 443: Connection refused
.curl: (7) Failed to connect to conf.infosystems.ru port 443: Connection refused
.curl: (7) Failed to connect to conf.infosystems.ru port 443: Connection refused