mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
services: mysql: Add a default-value to the mysql-service-type.
* gnu/services/databases.scm (mysql-service-type)[default-value]: Set to (mysql-configuration).
This commit is contained in:
parent
1e6b9c6e16
commit
e903738f86
1 changed files with 2 additions and 1 deletions
|
@ -469,7 +469,8 @@ (define mysql-service-type
|
|||
(service-extension activation-service-type
|
||||
%mysql-activation)
|
||||
(service-extension shepherd-root-service-type
|
||||
mysql-shepherd-service)))))
|
||||
mysql-shepherd-service)))
|
||||
(default-value (mysql-configuration))))
|
||||
|
||||
(define* (mysql-service #:key (config (mysql-configuration)))
|
||||
"Return a service that runs @command{mysqld}, the MySQL or MariaDB
|
||||
|
|
Loading…
Reference in a new issue