mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
a4df7b1db3
- also adds mariadb user to run the server as - tweaks the default configuration a bit Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
# The user and group that will run the MySQL server. The user mariadb is
|
|
# automatically created by the mariadb-server package, hence that is the
|
|
# default choice.
|
|
|
|
#MY_USER=mariadb
|
|
#MY_GROUP=mariadb
|
|
|
|
# Additional arguments you want to pass to the MySQL server.
|
|
|
|
#MY_ARGS=""
|