From 6410fd8d58e250a877a0bcdab06184e45e707c65 Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 21 Jul 2021 12:34:32 +0200 Subject: Initial Systemd Service Run: 1/3 Signed-off-by: Georg --- systemd/mysqld_oracle.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 systemd/mysqld_oracle.service (limited to 'systemd/mysqld_oracle.service') diff --git a/systemd/mysqld_oracle.service b/systemd/mysqld_oracle.service new file mode 100644 index 0000000..68ee265 --- /dev/null +++ b/systemd/mysqld_oracle.service @@ -0,0 +1,15 @@ +[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 -- cgit v1.2.3