Commit 82fb035e authored by Daniel Black's avatar Daniel Black Committed by Sergey Vojtovich

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.
parent ddb93b42
...@@ -73,7 +73,7 @@ fi ...@@ -73,7 +73,7 @@ fi
if [[ "${numa_interleave}" -gt 0 ]]; then if [[ "${numa_interleave}" -gt 0 ]]; then
echo echo
echo ExecStart=numactl --interleave=all ${cmd} '${OPTIONS}' echo ExecStart=numactl --interleave=all ${cmd} '${MYSQLD_OPTS}'
echo echo
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment