Skip to content

Commit 82fb035

Browse files
grooverdansvoj
authored andcommitted
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.
1 parent ddb93b4 commit 82fb035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mariadb-service-convert

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fi
7373

7474
if [[ "${numa_interleave}" -gt 0 ]]; then
7575
echo
76-
echo ExecStart=numactl --interleave=all ${cmd} '${OPTIONS}'
76+
echo ExecStart=numactl --interleave=all ${cmd} '${MYSQLD_OPTS}'
7777
echo
7878
fi
7979

0 commit comments

Comments
 (0)