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
@ -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 New Issue
Block a user