1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-426: mariadb-service-convert to use MYSQLD_OPTS

During the review process OPTIONS was converted to MYSQLD_OPTS.
In the script mariadb-service convert, the ExecStart of the system
also uses this setting.
This commit is contained in:
Daniel Black
2015-10-14 07:05:42 +02:00
committed by Sergey Vojtovich
parent ddb93b427e
commit 82fb035ecc

View File

@ -73,7 +73,7 @@ fi
if [[ "${numa_interleave}" -gt 0 ]]; then
echo
echo ExecStart=numactl --interleave=all ${cmd} '${OPTIONS}'
echo ExecStart=numactl --interleave=all ${cmd} '${MYSQLD_OPTS}'
echo
fi