| Server IP : 103.75.185.95 / Your IP : 216.73.217.162 Web Server : nginx/1.30.0 System : Linux cs-linux-20260509085757017 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : cuuhootoxema ( 1215) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/systemd/system/ |
Upload File : |
# # Percona Server systemd service file # [Unit] Description=Percona Server After=network.target After=local-fs.target remote-fs.target Requires=local-fs.target remote-fs.target [Install] WantedBy=multi-user.target [Service] User=mysql Group=mysql Type=notify PermissionsStartOnly=true ExecStartPre=/usr/share/mysql/mysql-systemd-start pre @%I EnvironmentFile=-/etc/default/mysql ExecStart=/usr/sbin/mysqld --defaults-group-suffix=@%I $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