fa8f2eb58c
Based on https://www.redhat.com/archives/sclorg/2015-February/msg00038.html Conflicts: mariadb.spec my.cnf.in
21 lines
804 B
Diff
21 lines
804 B
Diff
diff -up mariadb-10.0.15/support-files/rpm/server.cnf.ownsetup mariadb-10.0.15/support-files/rpm/server.cnf
|
|
--- mariadb-10.0.15/support-files/rpm/server.cnf.ownsetup 2015-01-24 23:55:55.110063592 +0100
|
|
+++ mariadb-10.0.15/support-files/rpm/server.cnf 2015-01-24 23:57:42.308114387 +0100
|
|
@@ -9,7 +9,16 @@
|
|
[server]
|
|
|
|
# this is only for the mysqld standalone daemon
|
|
+# Settings user and group are ignored when systemd is used.
|
|
+# If you need to run mysqld under a different user or group,
|
|
+# customize your systemd unit file for mysqld/mariadb according to the
|
|
+# instructions in http://fedoraproject.org/wiki/Systemd
|
|
[mysqld]
|
|
+datadir=@MYSQL_DATADIR@
|
|
+socket=@MYSQL_UNIX_ADDR@
|
|
+log-error=@LOG_LOCATION@
|
|
+pid-file=@PID_FILE_DIR@/@DAEMON_NO_PREFIX@.pid
|
|
+
|
|
|
|
# this is only for embedded server
|
|
[embedded]
|