diff --git a/scripts/mariadb-service-convert b/scripts/mariadb-service-convert index 3f241d13107..c2cea95c07c 100755 --- a/scripts/mariadb-service-convert +++ b/scripts/mariadb-service-convert @@ -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