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:
committed by
Sergey Vojtovich
parent
ddb93b427e
commit
82fb035ecc
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user