summaryrefslogtreecommitdiffstats
path: root/systemd/mysqld_oracle.service
diff options
context:
space:
mode:
authorGeorg2021-07-21 12:34:32 +0200
committerGeorg2021-07-21 12:34:32 +0200
commita7b59a951b5b884bb2ba0fd1105918d2d5150fcd (patch)
tree5e906079ed4d34c928722aba17225b2894f4f293 /systemd/mysqld_oracle.service
parent8e5f49e946dfbe915301894390a8105d88cd40f3 (diff)
downloadsystem-a7b59a951b5b884bb2ba0fd1105918d2d5150fcd.tar.gz
system-a7b59a951b5b884bb2ba0fd1105918d2d5150fcd.tar.bz2
system-a7b59a951b5b884bb2ba0fd1105918d2d5150fcd.zip
Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'systemd/mysqld_oracle.service')
-rw-r--r--systemd/mysqld_oracle.service15
1 files changed, 15 insertions, 0 deletions
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