diff options
author | Daniel Black <daniel@linux.ibm.com> | 2020-02-25 15:58:42 +1100 |
---|---|---|
committer | Anel <an3l@users.noreply.github.com> | 2020-02-25 07:39:31 +0100 |
commit | cd5d864fef7945bff1e4a0e8431f728fcf38dad7 (patch) | |
tree | d8e5511ef31c5c7babbda05e83403bfe44868611 | |
parent | b9689712e00bec64fa5dfad7ed65e6a82df8be23 (diff) | |
download | mariadb-git-cd5d864fef7945bff1e4a0e8431f728fcf38dad7.tar.gz |
mariadb{,@}.service comment typo open-file-limit -> open-files-limit
-rw-r--r-- | support-files/mariadb.service.in | 2 | ||||
-rw-r--r-- | support-files/mariadb@.service.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support-files/mariadb.service.in b/support-files/mariadb.service.in index ede97c04112..38f55cb7e8f 100644 --- a/support-files/mariadb.service.in +++ b/support-files/mariadb.service.in @@ -133,7 +133,7 @@ TimeoutStopSec=900 ## isn't executed. ## -# Number of files limit. previously [mysqld_safe] open-file-limit +# Number of files limit. previously [mysqld_safe] open-files-limit LimitNOFILE=16364 # Maximium core size. previously [mysqld_safe] core-file-size diff --git a/support-files/mariadb@.service.in b/support-files/mariadb@.service.in index 1f84b582e4e..475f3830a78 100644 --- a/support-files/mariadb@.service.in +++ b/support-files/mariadb@.service.in @@ -154,7 +154,7 @@ TimeoutStopSec=900 ## isn't executed. ## -# Number of files limit. previously [mysqld_safe] open-file-limit +# Number of files limit. previously [mysqld_safe] open-files-limit LimitNOFILE=16364 # Maximium core size. previously [mysqld_safe] core-file-size |