b2ee179
diff -up mariadb-10.0.15/support-files/rpm/server.cnf.ownsetup mariadb-10.0.15/support-files/rpm/server.cnf
b2ee179
--- mariadb-10.0.15/support-files/rpm/server.cnf.ownsetup	2015-01-24 23:55:55.110063592 +0100
b2ee179
+++ mariadb-10.0.15/support-files/rpm/server.cnf	2015-01-24 23:57:42.308114387 +0100
b2ee179
@@ -9,7 +9,16 @@
b2ee179
 [server]
b2ee179
 
b2ee179
 # this is only for the mysqld standalone daemon
b2ee179
+# Settings user and group are ignored when systemd is used.
b2ee179
+# If you need to run mysqld under a different user or group,
b2ee179
+# customize your systemd unit file for mysqld/mariadb according to the
b2ee179
+# instructions in http://fedoraproject.org/wiki/Systemd
b2ee179
 [mysqld]
b2ee179
+datadir=@MYSQL_DATADIR@
093a082
+socket=@MYSQL_UNIX_ADDR@
b2ee179
+log-error=@LOG_LOCATION@
b2ee179
+pid-file=@PID_FILE_DIR@/@DAEMON_NAME@.pid
b2ee179
+
b2ee179
 
b2ee179
 # this is only for embedded server
b2ee179
 [embedded]