system/systemd/mysqld_oracle.service
Georg 6410fd8d58
Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:34:32 +02:00

16 lines
471 B
Desktop File

[Unit]
Description=MySQL Server (Standalone)
After=syslog.target network.target
[Service]
User=mysql2
Group=mysql2
Type=simple
PIDFile=/run/mysql-standalone/mysqld.pid
ExecStart=/opt/mysql-standalone/bin/mysqld --defaults-file=/etc/my-standalone.cnf -h /var/lib/mysql-standalone --socket=/run/mysql-standalone/mysql.sock --pid-file=/run/mysql-standalone/mysqld.pid
#ExecStop=/usr/bin/kill $MAINPID
RuntimeDirectory=mysql-standalone
[Install]
WantedBy=multi-user.target