summaryrefslogtreecommitdiff
path: root/support-files/mariadb@.service.in
diff options
context:
space:
mode:
authorDaniel Black <daniel@linux.vnet.ibm.com>2017-12-19 08:56:31 +1100
committerSergey Vojtovich <svoj@mariadb.org>2017-12-19 12:53:24 +0400
commitce4cdfa0f8691f47366d50acd6049b8cd7520e8a (patch)
treeef96045ccebe31d5dec5c0e612045d6a5df59ce3 /support-files/mariadb@.service.in
parent64f1fab068582a82ac54ce4793542655d5fc58ab (diff)
downloadmariadb-git-ce4cdfa0f8691f47366d50acd6049b8cd7520e8a.tar.gz
MDEV-13809: [service] should [Service] in systemd service files
Diffstat (limited to 'support-files/mariadb@.service.in')
-rw-r--r--support-files/mariadb@.service.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/support-files/mariadb@.service.in b/support-files/mariadb@.service.in
index a4a6a0ffef6..000724d7fe2 100644
--- a/support-files/mariadb@.service.in
+++ b/support-files/mariadb@.service.in
@@ -91,7 +91,7 @@ ExecStartPre=/bin/sh -c "[ ! -e @bindir@/galera_recovery ] && VAR= || \
# Start main service
# MYSQLD_OPTS here is for users to set in /etc/systemd/system/mariadb@.service.d/MY_SPECIAL.conf
-# Use the [service] section and Environment="MYSQLD_OPTS=...".
+# Use the [Service] section and Environment="MYSQLD_OPTS=...".
# This isn't a replacement for my.cnf.
# _WSREP_NEW_CLUSTER is for the exclusive use of the script galera_new_cluster
@@ -126,7 +126,8 @@ UMask=007
##
##
## by creating a file in /etc/systemd/system/mariadb.service.d/MY_SPECIAL.conf
-## and adding/setting the following will override this file's settings.
+## and adding/setting the following below [Service] will override this file's
+## settings.
# Useful options not previously available in [mysqld_safe]