diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-04-14 00:59:52 +0200 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-04-14 00:59:52 +0200 |
commit | 4dff6ecde85eec473ab231cf75f51e98e8aca1e9 (patch) | |
tree | 47c7229d68c297d2781db1c375143bf6cec9542f /doc | |
parent | c2e83b71054f953953711e027f863d6c75c6ddb2 (diff) |
Revert "services: mysql: Add extra-environment as configuration option."
This reverts commit f3626119d738f30b5ab59e76c105fd7b4c077ddc.
This commit inadvertently broke a string freeze. Let's be nice to our
translators and not do that.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index fa14b35e2a..1069a5d296 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -19947,9 +19947,6 @@ Socket file to use for local (non-network) connections. @item @code{extra-content} (default: @code{""}) Additional settings for the @file{my.cnf} configuration file. -@item @code{extra-environment} (default: @code{#~'()}) -List of environment variables passed to the @command{mysqld} process. - @item @code{auto-upgrade?} (default: @code{#t}) Whether to automatically run @command{mysql_upgrade} after starting the service. This is necessary to upgrade the @dfn{system schema} after |