diff options
author | Daniel Black <daniel@linux.vnet.ibm.com> | 2017-12-19 08:56:31 +1100 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-12-19 12:53:24 +0400 |
commit | ce4cdfa0f8691f47366d50acd6049b8cd7520e8a (patch) | |
tree | ef96045ccebe31d5dec5c0e612045d6a5df59ce3 /support-files/mariadb.service.in | |
parent | 64f1fab068582a82ac54ce4793542655d5fc58ab (diff) | |
download | mariadb-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.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/support-files/mariadb.service.in b/support-files/mariadb.service.in index 2b02a1d0db9..fe00f160d28 100644 --- a/support-files/mariadb.service.in +++ b/support-files/mariadb.service.in @@ -78,7 +78,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 ExecStart=@sbindir@/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION @@ -105,7 +105,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 under [Service] will override this file's +## settings. # Useful options not previously available in [mysqld_safe] |