| Server IP : 159.223.102.202 / Your IP : 216.73.216.193 Web Server : nginx/1.26.0 System : Linux Gen1-cloudpanel2ubuntu2404-1vcpu-1gb-nyc1-01 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 User : albasshbotta ( 1021) PHP Version : 8.2.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /etc/systemd/system/multi-user.target.wants/ |
Upload File : |
# # Percona Server systemd service file # [Unit] Description=Percona Server After=network.target [Install] WantedBy=multi-user.target [Service] User=mysql Group=mysql Type=notify PermissionsStartOnly=true ExecStartPre=/usr/share/mysql/mysql-systemd-start pre EnvironmentFile=-/etc/default/mysql ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS TimeoutSec=600 LimitNOFILE = 10000 Restart=on-failure RestartPreventExitStatus=1 # Always restart when mysqld exits with exit code of 16. This special exit code # is used by mysqld for RESTART SQL. RestartForceExitStatus=16 # Set enviroment variable MYSQLD_PARENT_PID. This is required for restart. Environment=MYSQLD_PARENT_PID=1 RuntimeDirectory=mysqld RuntimeDirectoryMode=755